static GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.builder() |
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.commentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData) |
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.commentsForPullRequestData(Consumer<CommentsForPullRequest.Builder>... commentsForPullRequestData) |
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.commentsForPullRequestData(CommentsForPullRequest... commentsForPullRequestData) |
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.Builder.nextToken(String nextToken) |
An enumeration token that can be used in a request to return the next batch of the results.
|
GetCommentsForPullRequestResponse.Builder |
GetCommentsForPullRequestResponse.toBuilder() |
|