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