Interface MetadataModel.DefinitionStages.WithContentSchemaVersion

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

public static interface MetadataModel.DefinitionStages.WithContentSchemaVersion
The stage of the MetadataModel definition allowing to specify contentSchemaVersion.
  • Method Details

    • withContentSchemaVersion

      MetadataModel.DefinitionStages.WithCreate withContentSchemaVersion(String contentSchemaVersion)
      Specifies the contentSchemaVersion property: Schema version of the content. Can be used to distinguish between different flow based on the schema version.
      Parameters:
      contentSchemaVersion - Schema version of the content. Can be used to distinguish between different flow based on the schema version.
      Returns:
      the next definition stage.