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