Interface IssueCommentContract.UpdateStages.WithText
- All Known Subinterfaces:
IssueCommentContract.Update
- Enclosing interface:
IssueCommentContract.UpdateStages
public static interface IssueCommentContract.UpdateStages.WithText
The stage of the IssueCommentContract update allowing to specify text.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the text property: Comment text..
-
Method Details
-
withText
Specifies the text property: Comment text..- Parameters:
text- Comment text.- Returns:
- the next definition stage.
-