Interface ContentTypeContract.DefinitionStages.WithVersion
- All Known Subinterfaces:
ContentTypeContract.Definition,ContentTypeContract.DefinitionStages.WithCreate
- Enclosing interface:
ContentTypeContract.DefinitionStages
public static interface ContentTypeContract.DefinitionStages.WithVersion
The stage of the ContentTypeContract definition allowing to specify version.
-
Method Summary
Modifier and TypeMethodDescriptionwithVersion(String version) Specifies the version property: Content type version..
-
Method Details
-
withVersion
Specifies the version property: Content type version..- Parameters:
version- Content type version.- Returns:
- the next definition stage.
-