Interface MetadataModel.UpdateStages.WithContentSchemaVersion

  • All Known Subinterfaces:
    MetadataModel.Update
    Enclosing interface:
    MetadataModel.UpdateStages

    public static interface MetadataModel.UpdateStages.WithContentSchemaVersion
    The stage of the MetadataModel update allowing to specify contentSchemaVersion.
    • Method Detail

      • withContentSchemaVersion

        MetadataModel.Update 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.