Interface IssueAttachmentContract.UpdateStages.WithContentFormat

    • Method Detail

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