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 Summary
Modifier and TypeMethodDescriptionwithContent(String content) Specifies the content property: An HTTP link or Base64-encoded binary data..
-
Method Details
-
withContent
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.
-