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