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