Interface ContentItemContract.UpdateStages.WithProperties
- All Known Subinterfaces:
ContentItemContract.Update
- Enclosing interface:
ContentItemContract.UpdateStages
public static interface ContentItemContract.UpdateStages.WithProperties
The stage of the ContentItemContract update allowing to specify properties.
-
Method Summary
Modifier and TypeMethodDescriptionwithProperties(Map<String, Object> properties) Specifies the properties property: Properties of the content item..
-
Method Details
-
withProperties
Specifies the properties property: Properties of the content item..- Parameters:
properties- Properties of the content item.- Returns:
- the next definition stage.
-