Interface LinkResourceFormat.UpdateStages.WithReferenceOnly

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

public static interface LinkResourceFormat.UpdateStages.WithReferenceOnly
The stage of the LinkResourceFormat update allowing to specify referenceOnly.
  • Method Summary

    Modifier and Type
    Method
    Description
    withReferenceOnly(Boolean referenceOnly)
    Specifies the referenceOnly property: Indicating whether the link is reference only link.
  • Method Details

    • withReferenceOnly

      LinkResourceFormat.Update withReferenceOnly(Boolean referenceOnly)
      Specifies the referenceOnly property: Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles..
      Parameters:
      referenceOnly - Indicating whether the link is reference only link. This flag is ignored if the Mappings are defined. If the mappings are not defined and it is set to true, links processing will not create or update profiles.
      Returns:
      the next definition stage.