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