Interface ContentTypeContract.DefinitionStages.WithNamePropertiesName

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

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

    • withNamePropertiesName

      ContentTypeContract.DefinitionStages.WithCreate withNamePropertiesName(String namePropertiesName)
      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.