Uses of Class
com.oracle.bmc.devops.model.PullRequestFileChangeSummary
-
Packages that use PullRequestFileChangeSummary Package Description com.oracle.bmc.devops com.oracle.bmc.devops.model -
-
Uses of PullRequestFileChangeSummary in com.oracle.bmc.devops
Methods in com.oracle.bmc.devops that return types with arguments of type PullRequestFileChangeSummary Modifier and Type Method Description Iterable<PullRequestFileChangeSummary>
DevopsPaginators. listPullRequestFileChangesRecordIterator(ListPullRequestFileChangesRequest request)
Creates a new iterable which will iterate over thePullRequestFileChangeSummary
objects contained in responses from the listPullRequestFileChanges operation. -
Uses of PullRequestFileChangeSummary in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return PullRequestFileChangeSummary Modifier and Type Method Description PullRequestFileChangeSummary
PullRequestFileChangeSummary.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type PullRequestFileChangeSummary Modifier and Type Method Description List<PullRequestFileChangeSummary>
PullRequestFileChangeCollection. getItems()
List of objects describing Pull Request differences for changed files.Methods in com.oracle.bmc.devops.model with parameters of type PullRequestFileChangeSummary Modifier and Type Method Description PullRequestFileChangeSummary.Builder
PullRequestFileChangeSummary.Builder. copy(PullRequestFileChangeSummary model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestFileChangeSummary Modifier and Type Method Description PullRequestFileChangeCollection.Builder
PullRequestFileChangeCollection.Builder. items(List<PullRequestFileChangeSummary> items)
List of objects describing Pull Request differences for changed files.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestFileChangeSummary Constructor Description PullRequestFileChangeCollection(List<PullRequestFileChangeSummary> items)
Deprecated.
-