Interface IssueAttachmentContract.UpdateStages.WithContentFormat

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

public static interface IssueAttachmentContract.UpdateStages.WithContentFormat
The stage of the IssueAttachmentContract update allowing to specify contentFormat.
  • Method Summary

    Modifier and Type
    Method
    Description
    withContentFormat(String contentFormat)
    Specifies the contentFormat property: Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property..
  • Method Details

    • withContentFormat

      IssueAttachmentContract.Update withContentFormat(String contentFormat)
      Specifies the contentFormat property: Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property..
      Parameters:
      contentFormat - Either 'link' if content is provided via an HTTP link or the MIME type of the Base64-encoded binary data provided in the 'content' property.
      Returns:
      the next definition stage.