Interface TagDescriptionContract.UpdateStages.WithIfMatch

All Known Subinterfaces:
TagDescriptionContract.Update
Enclosing interface:
TagDescriptionContract.UpdateStages

public static interface TagDescriptionContract.UpdateStages.WithIfMatch
The stage of the TagDescriptionContract update allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      TagDescriptionContract.Update withIfMatch(String ifMatch)
      Specifies the ifMatch property: ETag of the Entity. Not required when creating an entity, but required when updating an entity..
      Parameters:
      ifMatch - ETag of the Entity. Not required when creating an entity, but required when updating an entity.
      Returns:
      the next definition stage.