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 TypeMethodDescriptionwithContentFormat(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.
-