Interface ContentTypeContract.DefinitionStages.WithIdPropertiesId

All Known Subinterfaces:
ContentTypeContract.Definition, ContentTypeContract.DefinitionStages.WithCreate
Enclosing interface:
ContentTypeContract.DefinitionStages

public static interface ContentTypeContract.DefinitionStages.WithIdPropertiesId
The stage of the ContentTypeContract definition allowing to specify idPropertiesId.
  • Method Details

    • withIdPropertiesId

      ContentTypeContract.DefinitionStages.WithCreate withIdPropertiesId(String idPropertiesId)
      Specifies the idPropertiesId property: Content type identifier.
      Parameters:
      idPropertiesId - Content type identifier.
      Returns:
      the next definition stage.