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