Interface Relation.DefinitionStages.WithRelatedResourceId

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

public static interface Relation.DefinitionStages.WithRelatedResourceId
The stage of the Relation definition allowing to specify relatedResourceId.
  • Method Details

    • withRelatedResourceId

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