Interface MetadataModel.UpdateStages.WithContentId

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

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

    Modifier and Type
    Method
    Description
    withContentId(String contentId)
    Specifies the contentId property: Static ID for the content.
  • Method Details

    • withContentId

      MetadataModel.Update withContentId(String contentId)
      Specifies the contentId property: Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name.
      Parameters:
      contentId - Static ID for the content. Used to identify dependencies and content from solutions or community. Hard-coded/static for out of the box content and solutions. Dynamic for user-created. This is the resource name.
      Returns:
      the next definition stage.