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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IssueAttachmentContract.Update
withTitle(String title)
Specifies the title property: Filename by which the binary data will be saved..
-
-
-
Method Detail
-
withTitle
IssueAttachmentContract.Update withTitle(String title)
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.
-
-