Uses of Class
com.oracle.bmc.devops.model.PullRequestActivitySummary
- 
Packages that use PullRequestActivitySummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model 
- 
- 
Uses of PullRequestActivitySummary in com.oracle.bmc.devopsMethods in com.oracle.bmc.devops that return types with arguments of type PullRequestActivitySummary Modifier and Type Method Description Iterable<PullRequestActivitySummary>DevopsPaginators. listPullRequestActivitiesRecordIterator(ListPullRequestActivitiesRequest request)Creates a new iterable which will iterate over thePullRequestActivitySummaryobjects contained in responses from the listPullRequestActivities operation.
- 
Uses of PullRequestActivitySummary in com.oracle.bmc.devops.modelSubclasses of PullRequestActivitySummary in com.oracle.bmc.devops.model Modifier and Type Class Description classApprovalActivitySummaryactivity describing a reviewer’s approval decision
 Note: Objects should always be created or deserialized using theApprovalActivitySummary.Builder.classCommentActivitySummaryactivity describing comment addition to a pull request
 Note: Objects should always be created or deserialized using theCommentActivitySummary.Builder.classCommitActivitySummaryactivity describing commit updates to a pull request
 Note: Objects should always be created or deserialized using theCommitActivitySummary.Builder.classPullRequestLifecycleActivitySummaryactivity describing a pull request state change
 Note: Objects should always be created or deserialized using thePullRequestLifecycleActivitySummary.Builder.classReviewerActivitySummaryactivity describing reviewer updates to a pull request
 Note: Objects should always be created or deserialized using theReviewerActivitySummary.Builder.Methods in com.oracle.bmc.devops.model that return types with arguments of type PullRequestActivitySummary Modifier and Type Method Description List<PullRequestActivitySummary>PullRequestActivityCollection. getItems()List of pullRequest activity objects.Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestActivitySummary Modifier and Type Method Description PullRequestActivityCollection.BuilderPullRequestActivityCollection.Builder. items(List<PullRequestActivitySummary> items)List of pullRequest activity objects.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestActivitySummary Constructor Description PullRequestActivityCollection(List<PullRequestActivitySummary> items)Deprecated.
 
-