Interface MetadataModel.DefinitionStages.WithDependencies

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

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

    • withDependencies

      Specifies the dependencies property: Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats..
      Parameters:
      dependencies - Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex formats.
      Returns:
      the next definition stage.