Interface ContentTypeContract.UpdateStages.WithDescription
- All Known Subinterfaces:
ContentTypeContract.Update
- Enclosing interface:
ContentTypeContract.UpdateStages
public static interface ContentTypeContract.UpdateStages.WithDescription
The stage of the ContentTypeContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Content type description..
-
Method Details
-
withDescription
Specifies the description property: Content type description..- Parameters:
description- Content type description.- Returns:
- the next definition stage.
-