Interface IssueAttachmentContract.UpdateStages.WithContent

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

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

    • withContent

      IssueAttachmentContract.Update withContent(String content)
      Specifies the content property: An HTTP link or Base64-encoded binary data..
      Parameters:
      content - An HTTP link or Base64-encoded binary data.
      Returns:
      the next definition stage.