Interface MetadataModel.DefinitionStages.WithDependencies

    • Method Detail

      • withDependencies

        MetadataModel.DefinitionStages.WithCreate withDependencies​(MetadataDependencies dependencies)
        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.