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