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.devopsMethods 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 thePullRequestFileChangeSummaryobjects contained in responses from the listPullRequestFileChanges operation.
- 
Uses of PullRequestFileChangeSummary in com.oracle.bmc.devops.modelMethods in com.oracle.bmc.devops.model that return PullRequestFileChangeSummary Modifier and Type Method Description PullRequestFileChangeSummaryPullRequestFileChangeSummary.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.BuilderPullRequestFileChangeSummary.Builder. copy(PullRequestFileChangeSummary model)Method parameters in com.oracle.bmc.devops.model with type arguments of type PullRequestFileChangeSummary Modifier and Type Method Description PullRequestFileChangeCollection.BuilderPullRequestFileChangeCollection.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.
 
-