Interface MetadataModel.UpdateStages.WithProviders

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

public static interface MetadataModel.UpdateStages.WithProviders
The stage of the MetadataModel update allowing to specify providers.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the providers property: Providers for the solution content item.
  • Method Details

    • withProviders

      MetadataModel.Update withProviders(List<String> providers)
      Specifies the providers property: Providers for the solution content item.
      Parameters:
      providers - Providers for the solution content item.
      Returns:
      the next definition stage.