Class DeleteDigitalTwinOptions

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

public final class DeleteDigitalTwinOptions extends Object
  • Constructor Details

    • DeleteDigitalTwinOptions

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