Package com.enonic.xp.resource
Class DeleteDynamicComponentParams
- java.lang.Object
-
- com.enonic.xp.resource.DeleteDynamicComponentParams
-
@PublicApi public final class DeleteDynamicComponentParams extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteDynamicComponentParams.Builder
-
Constructor Summary
Constructors Constructor Description DeleteDynamicComponentParams(DeleteDynamicComponentParams.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteDynamicComponentParams.Builder
create()
DescriptorKey
getKey()
DynamicComponentType
getType()
-
-
-
Constructor Detail
-
DeleteDynamicComponentParams
public DeleteDynamicComponentParams(DeleteDynamicComponentParams.Builder builder)
-
-
Method Detail
-
create
public static DeleteDynamicComponentParams.Builder create()
-
getKey
public DescriptorKey getKey()
-
getType
public DynamicComponentType getType()
-
-