Interface IssueAttachmentContract.UpdateStages.WithTitle
- All Known Subinterfaces:
IssueAttachmentContract.Update
- Enclosing interface:
IssueAttachmentContract.UpdateStages
public static interface IssueAttachmentContract.UpdateStages.WithTitle
The stage of the IssueAttachmentContract update allowing to specify title.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the title property: Filename by which the binary data will be saved..
-
Method Details
-
withTitle
Specifies the title property: Filename by which the binary data will be saved..- Parameters:
title- Filename by which the binary data will be saved.- Returns:
- the next definition stage.
-