static CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.builder() |
Create a new builder.
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.Builder.commitId(String commitId) |
Commit SHA
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.Builder.copy(CreatePullRequestCommentDetails model) |
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.Builder.data(String data) |
Content of the Comment.
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.Builder.filePath(String filePath) |
File path in the commit
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.Builder.fileType(PullRequestComment.FileType fileType) |
File path in the target commit
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.Builder.lineNumber(Integer lineNumber) |
Line number in the file
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.Builder.parentId(String parentId) |
ID of parent Comment
|
CreatePullRequestCommentDetails.Builder |
CreatePullRequestCommentDetails.toBuilder() |
|