Interface IssueCommentContract.DefinitionStages.WithUserId
- All Known Subinterfaces:
IssueCommentContract.Definition,IssueCommentContract.DefinitionStages.WithCreate
- Enclosing interface:
IssueCommentContract.DefinitionStages
public static interface IssueCommentContract.DefinitionStages.WithUserId
The stage of the IssueCommentContract definition allowing to specify userId.
-
Method Summary
Modifier and TypeMethodDescriptionwithUserId(String userId) Specifies the userId property: A resource identifier for the user who left the comment..
-
Method Details
-
withUserId
Specifies the userId property: A resource identifier for the user who left the comment..- Parameters:
userId- A resource identifier for the user who left the comment.- Returns:
- the next definition stage.
-