| static PullRequestComment.Builder | PullRequestComment. builder() | Create a new builder. | 
| PullRequestComment.Builder | PullRequestComment.Builder. commentContext(List<DiffLineDetails> commentContext) | 4 line snippet to be displayed as context for inline comments | 
| PullRequestComment.Builder | PullRequestComment.Builder. commitId(String commitId) | Commit SHA | 
| PullRequestComment.Builder | PullRequestComment.Builder. contextStatus(PullRequestComment.ContextStatus contextStatus) | Shows the status of an inline comments context | 
| PullRequestComment.Builder | PullRequestComment.Builder. copy(PullRequestComment model) |  | 
| PullRequestComment.Builder | PullRequestComment.Builder. createdBy(PrincipalDetails createdBy) |  | 
| PullRequestComment.Builder | PullRequestComment.Builder. data(String data) | Content of the Comment. | 
| PullRequestComment.Builder | PullRequestComment.Builder. filePath(String filePath) | File path in the commit | 
| PullRequestComment.Builder | PullRequestComment.Builder. fileType(PullRequestComment.FileType fileType) | File path in the target commit | 
| PullRequestComment.Builder | PullRequestComment.Builder. id(String id) | Unique identifier that is immutable on creation | 
| PullRequestComment.Builder | PullRequestComment.Builder. likes(PullRequestCommentLikeCollection likes) |  | 
| PullRequestComment.Builder | PullRequestComment.Builder. lineNumber(Integer lineNumber) | Line number in the file | 
| PullRequestComment.Builder | PullRequestComment.Builder. parentId(String parentId) | ID of parent Comment | 
| PullRequestComment.Builder | PullRequestComment.Builder. pullRequestId(String pullRequestId) | OCID of the pull request that this comment belongs to | 
| PullRequestComment.Builder | PullRequestComment.Builder. status(PullRequestComment.Status status) | Status of the Comment | 
| PullRequestComment.Builder | PullRequestComment.Builder. timeCreated(Date timeCreated) | Creation timestamp. | 
| PullRequestComment.Builder | PullRequestComment.Builder. timeUpdated(Date timeUpdated) | Latest update timestamp. | 
| PullRequestComment.Builder | PullRequestComment. toBuilder() |  | 
| PullRequestComment.Builder | PullRequestComment.Builder. updatedBy(PrincipalDetails updatedBy) |  |