Uses of Class
com.oracle.bmc.devops.model.PullRequestComment
-
Packages that use PullRequestComment Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of PullRequestComment in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestComment Modifier and Type Method Description PullRequestComment
PullRequestComment.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type PullRequestComment Modifier and Type Method Description PullRequestComment.Builder
PullRequestComment.Builder. copy(PullRequestComment model)
-
Uses of PullRequestComment in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return PullRequestComment Modifier and Type Method Description PullRequestComment
CreatePullRequestCommentResponse. getPullRequestComment()
The returned PullRequestComment instance.PullRequestComment
GetPullRequestCommentResponse. getPullRequestComment()
The returned PullRequestComment instance.PullRequestComment
LikePullRequestCommentResponse. getPullRequestComment()
The returned PullRequestComment instance.PullRequestComment
UnlikePullRequestCommentResponse. getPullRequestComment()
The returned PullRequestComment instance.PullRequestComment
UpdatePullRequestCommentResponse. getPullRequestComment()
The returned PullRequestComment instance.Methods in com.oracle.bmc.devops.responses with parameters of type PullRequestComment Modifier and Type Method Description CreatePullRequestCommentResponse.Builder
CreatePullRequestCommentResponse.Builder. pullRequestComment(PullRequestComment pullRequestComment)
The returned PullRequestComment instance.GetPullRequestCommentResponse.Builder
GetPullRequestCommentResponse.Builder. pullRequestComment(PullRequestComment pullRequestComment)
The returned PullRequestComment instance.LikePullRequestCommentResponse.Builder
LikePullRequestCommentResponse.Builder. pullRequestComment(PullRequestComment pullRequestComment)
The returned PullRequestComment instance.UnlikePullRequestCommentResponse.Builder
UnlikePullRequestCommentResponse.Builder. pullRequestComment(PullRequestComment pullRequestComment)
The returned PullRequestComment instance.UpdatePullRequestCommentResponse.Builder
UpdatePullRequestCommentResponse.Builder. pullRequestComment(PullRequestComment pullRequestComment)
The returned PullRequestComment instance.
-