Uses of Class
com.oracle.bmc.devops.model.PullRequestCommentLikeCollection.Builder
-
Packages that use PullRequestCommentLikeCollection.Builder Package Description com.oracle.bmc.devops.model -
-
Uses of PullRequestCommentLikeCollection.Builder in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestCommentLikeCollection.Builder Modifier and Type Method Description static PullRequestCommentLikeCollection.Builder
PullRequestCommentLikeCollection. builder()
Create a new builder.PullRequestCommentLikeCollection.Builder
PullRequestCommentLikeCollection.Builder. copy(PullRequestCommentLikeCollection model)
PullRequestCommentLikeCollection.Builder
PullRequestCommentLikeCollection. toBuilder()
PullRequestCommentLikeCollection.Builder
PullRequestCommentLikeCollection.Builder. totalLikes(Integer totalLikes)
Total like counterPullRequestCommentLikeCollection.Builder
PullRequestCommentLikeCollection.Builder. users(List<PrincipalDetails> users)
List of liked users of whom liked the pull request comment (max size is 50).
-