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.modelMethods in com.oracle.bmc.devops.model that return PullRequestCommentLikeCollection.Builder Modifier and Type Method Description static PullRequestCommentLikeCollection.BuilderPullRequestCommentLikeCollection. builder()Create a new builder.PullRequestCommentLikeCollection.BuilderPullRequestCommentLikeCollection.Builder. copy(PullRequestCommentLikeCollection model)PullRequestCommentLikeCollection.BuilderPullRequestCommentLikeCollection. toBuilder()PullRequestCommentLikeCollection.BuilderPullRequestCommentLikeCollection.Builder. totalLikes(Integer totalLikes)Total like counterPullRequestCommentLikeCollection.BuilderPullRequestCommentLikeCollection.Builder. users(List<PrincipalDetails> users)List of liked users of whom liked the pull request comment (max size is 50).
 
-