Uses of Class
com.oracle.bmc.devops.model.PullRequestCollection
-
Packages that use PullRequestCollection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of PullRequestCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestCollection Modifier and Type Method Description PullRequestCollection
PullRequestCollection.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type PullRequestCollection Modifier and Type Method Description PullRequestCollection.Builder
PullRequestCollection.Builder. copy(PullRequestCollection model)
-
Uses of PullRequestCollection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return PullRequestCollection Modifier and Type Method Description PullRequestCollection
ListPullRequestsResponse. getPullRequestCollection()
The returned PullRequestCollection instance.Methods in com.oracle.bmc.devops.responses with parameters of type PullRequestCollection Modifier and Type Method Description ListPullRequestsResponse.Builder
ListPullRequestsResponse.Builder. pullRequestCollection(PullRequestCollection pullRequestCollection)
The returned PullRequestCollection instance.
-