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