Interface ContentTypeContract.UpdateStages.WithSchema
- All Known Subinterfaces:
ContentTypeContract.Update
- Enclosing interface:
ContentTypeContract.UpdateStages
public static interface ContentTypeContract.UpdateStages.WithSchema
The stage of the ContentTypeContract update 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.
-