Interface MetadataModel.DefinitionStages.WithCustomVersion

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

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

    • withCustomVersion

      MetadataModel.DefinitionStages.WithCreate withCustomVersion(String customVersion)
      Specifies the customVersion property: The custom version of the content. A optional free text.
      Parameters:
      customVersion - The custom version of the content. A optional free text.
      Returns:
      the next definition stage.