Uses of Class
com.oracle.bmc.devops.model.PullRequestCommentSummary
-
Packages that use PullRequestCommentSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of PullRequestCommentSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type PullRequestCommentSummary Modifier and Type Method Description Iterable<PullRequestCommentSummary>
DevopsPaginators. listPullRequestCommentsRecordIterator(ListPullRequestCommentsRequest request)
Creates a new iterable which will iterate over thePullRequestCommentSummary
objects contained in responses from the listPullRequestComments operation. -
Uses of PullRequestCommentSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestCommentSummary Modifier and Type Method Description PullRequestCommentSummary
PullRequestCommentSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type PullRequestCommentSummary Modifier and Type Method Description List<PullRequestCommentSummary>
PullRequestCommentCollection. getItems()
List of pullRequest comment objects.Methods in com.oracle.bmc.devops.model with parameters of type PullRequestCommentSummary Modifier and Type Method Description PullRequestCommentSummary.Builder
PullRequestCommentSummary.Builder. copy(PullRequestCommentSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestCommentSummary Modifier and Type Method Description PullRequestCommentCollection.Builder
PullRequestCommentCollection.Builder. items(List<PullRequestCommentSummary> items)
List of pullRequest comment objects.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestCommentSummary Constructor Description PullRequestCommentCollection(List<PullRequestCommentSummary> items)
Deprecated.
-