Package com.enonic.xp.resource
Class DeleteDynamicComponentParams.Builder
- java.lang.Object
-
- com.enonic.xp.resource.DeleteDynamicComponentParams.Builder
-
- Enclosing class:
- DeleteDynamicComponentParams
public static final class DeleteDynamicComponentParams.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteDynamicComponentParams
build()
DeleteDynamicComponentParams.Builder
descriptorKey(DescriptorKey key)
DeleteDynamicComponentParams.Builder
type(DynamicComponentType type)
-
-
-
Method Detail
-
descriptorKey
public DeleteDynamicComponentParams.Builder descriptorKey(DescriptorKey key)
-
type
public DeleteDynamicComponentParams.Builder type(DynamicComponentType type)
-
build
public DeleteDynamicComponentParams build()
-
-