Interface Relation.UpdateStages.WithRelatedResourceId

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

public static interface Relation.UpdateStages.WithRelatedResourceId
The stage of the Relation update allowing to specify relatedResourceId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRelatedResourceId(String relatedResourceId)
    Specifies the relatedResourceId property: The resource ID of the related resource.
  • Method Details

    • withRelatedResourceId

      Relation.Update withRelatedResourceId(String relatedResourceId)
      Specifies the relatedResourceId property: The resource ID of the related resource.
      Parameters:
      relatedResourceId - The resource ID of the related resource.
      Returns:
      the next definition stage.