PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.afterBlobId(String afterBlobId) |
In the directionality you established, the blob ID of the after blob.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.afterCommitId(String afterCommitId) |
In the directionality you established, the full commit ID of the after commit.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.beforeBlobId(String beforeBlobId) |
In the directionality you established, the blob ID of the before blob.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.beforeCommitId(String beforeCommitId) |
In the directionality you established, the full commit ID of the before commit.
|
static PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.builder() |
|
default PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.comment(Consumer<Comment.Builder> comment) |
The content of the comment you posted.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.comment(Comment comment) |
The content of the comment you posted.
|
default PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.location(Consumer<Location.Builder> location) |
The location of the comment in the comparison between the two commits.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.location(Location location) |
The location of the comment in the comparison between the two commits.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.repositoryName(String repositoryName) |
The name of the repository where you posted a comment on the comparison between commits.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.toBuilder() |
|