Interface ContentTypeContract.DefinitionStages.WithDescription
- All Known Subinterfaces:
ContentTypeContract.Definition,ContentTypeContract.DefinitionStages.WithCreate
- Enclosing interface:
ContentTypeContract.DefinitionStages
public static interface ContentTypeContract.DefinitionStages.WithDescription
The stage of the ContentTypeContract definition 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.
-