Interface ContentTypeContract.UpdateStages.WithSchema

All Known Subinterfaces:
ContentTypeContract.Update
Enclosing interface:
ContentTypeContract.UpdateStages

public static interface ContentTypeContract.UpdateStages.WithSchema
The stage of the ContentTypeContract update allowing to specify schema.
  • Method Details

    • withSchema

      ContentTypeContract.Update withSchema(Object schema)
      Specifies the schema property: Content type schema..
      Parameters:
      schema - Content type schema.
      Returns:
      the next definition stage.