Interface ContentTypeContract.DefinitionStages.WithSchema
- All Known Subinterfaces:
ContentTypeContract.Definition,ContentTypeContract.DefinitionStages.WithCreate
- Enclosing interface:
ContentTypeContract.DefinitionStages
public static interface ContentTypeContract.DefinitionStages.WithSchema
The stage of the ContentTypeContract definition allowing to specify schema.
-
Method Summary
Modifier and TypeMethodDescriptionwithSchema(Object schema) Specifies the schema property: Content type schema..
-
Method Details
-
withSchema
Specifies the schema property: Content type schema..- Parameters:
schema- Content type schema.- Returns:
- the next definition stage.
-