Package | Description |
---|---|
com.oracle.bmc.devops.model |
Modifier and Type | Method and Description |
---|---|
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() |
Copyright © 2016–2024. All rights reserved.