Class UpdateDigitalTwinOptions

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

public final class UpdateDigitalTwinOptions extends Object
  • Constructor Details

    • UpdateDigitalTwinOptions

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