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