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 Details

    • withProperties

      ContentItemContract.Update withProperties(Map<String,Object> properties)
      Specifies the properties property: Properties of the content item..
      Parameters:
      properties - Properties of the content item.
      Returns:
      the next definition stage.