Uses of Class
com.oracle.bmc.devops.model.PullRequestCommentLikeCollection
-
Packages that use PullRequestCommentLikeCollection Package Description com.oracle.bmc.devops.model -
-
Uses of PullRequestCommentLikeCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestCommentLikeCollection Modifier and Type Method Description PullRequestCommentLikeCollection
PullRequestCommentLikeCollection.Builder. build()
PullRequestCommentLikeCollection
PullRequestComment. getLikes()
PullRequestCommentLikeCollection
PullRequestCommentSummary. getLikes()
Methods in com.oracle.bmc.devops.model with parameters of type PullRequestCommentLikeCollection Modifier and Type Method Description PullRequestCommentLikeCollection.Builder
PullRequestCommentLikeCollection.Builder. copy(PullRequestCommentLikeCollection model)
PullRequestComment.Builder
PullRequestComment.Builder. likes(PullRequestCommentLikeCollection likes)
PullRequestCommentSummary.Builder
PullRequestCommentSummary.Builder. likes(PullRequestCommentLikeCollection likes)
-