Class UpdateRelationshipOptions

java.lang.Object
com.azure.digitaltwins.core.models.UpdateRelationshipOptions

public final class UpdateRelationshipOptions extends Object
  • Constructor Details

    • UpdateRelationshipOptions

      public UpdateRelationshipOptions()
  • Method Details

    • getIfMatch

      public String getIfMatch()
      Get the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
      Returns:
      the ifMatch value.
    • setIfMatch

      public UpdateRelationshipOptions setIfMatch(String ifMatch)
      Set the ifMatch property: Only perform the operation if the entity's etag matches one of the etags provided or * is provided.
      Parameters:
      ifMatch - the ifMatch value to set.
      Returns:
      the UpdateRelationshipOptions object itself.