Interface IssueAttachmentContract.DefinitionStages.WithContentFormat

All Known Subinterfaces:
IssueAttachmentContract.Definition, IssueAttachmentContract.DefinitionStages.WithCreate
Enclosing interface:
IssueAttachmentContract.DefinitionStages

public static interface IssueAttachmentContract.DefinitionStages.WithContentFormat
The stage of the IssueAttachmentContract definition 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

      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.