Interface IssueAttachmentContract.DefinitionStages.WithTitle
- All Known Subinterfaces:
IssueAttachmentContract.Definition,IssueAttachmentContract.DefinitionStages.WithCreate
- Enclosing interface:
IssueAttachmentContract.DefinitionStages
public static interface IssueAttachmentContract.DefinitionStages.WithTitle
The stage of the IssueAttachmentContract definition 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.
-