Interface ContentTypeContract.UpdateStages.WithNamePropertiesName
- All Known Subinterfaces:
ContentTypeContract.Update
- Enclosing interface:
ContentTypeContract.UpdateStages
public static interface ContentTypeContract.UpdateStages.WithNamePropertiesName
The stage of the ContentTypeContract update allowing to specify namePropertiesName.
-
Method Summary
Modifier and TypeMethodDescriptionwithNamePropertiesName(String namePropertiesName) Specifies the namePropertiesName property: Content type name.
-
Method Details
-
withNamePropertiesName
Specifies the namePropertiesName property: Content type name. Must be 1 to 250 characters long..- Parameters:
namePropertiesName- Content type name. Must be 1 to 250 characters long.- Returns:
- the next definition stage.
-