Interface IssueAttachmentContract.UpdateStages.WithIfMatch

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

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

    • withIfMatch

      IssueAttachmentContract.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.