Interface LinkResourceFormat.UpdateStages.WithOperationType

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

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

    Modifier and Type
    Method
    Description
    Specifies the operationType property: Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only..
  • Method Details

    • withOperationType

      LinkResourceFormat.Update withOperationType(InstanceOperationType operationType)
      Specifies the operationType property: Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only..
      Parameters:
      operationType - Determines whether this link is supposed to create or delete instances if Link is NOT Reference Only.
      Returns:
      the next definition stage.