Interface LinkResourceFormat.DefinitionStages.WithReferenceOnly

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

public static interface LinkResourceFormat.DefinitionStages.WithReferenceOnly
The stage of the LinkResourceFormat definition allowing to specify referenceOnly.
  • Method Details

    • withReferenceOnly

      LinkResourceFormat.DefinitionStages.WithCreate 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.