Class DeleteRelationshipOptions

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

public final class DeleteRelationshipOptions extends Object
  • Constructor Details

    • DeleteRelationshipOptions

      public DeleteRelationshipOptions()
  • 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 DeleteRelationshipOptions 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 DeleteRelationshipOptions object itself.