Uses of Class
com.oracle.bmc.devops.model.DiffResponseEntry
-
Packages that use DiffResponseEntry Package Description com.oracle.bmc.devops.model -
-
Uses of DiffResponseEntry in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DiffResponseEntry Modifier and Type Method Description DiffResponseEntry
DiffResponseEntry.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DiffResponseEntry Modifier and Type Method Description List<DiffResponseEntry>
DiffResponse. getChanges()
List of changes in the difference.Methods in com.oracle.bmc.devops.model with parameters of type DiffResponseEntry Modifier and Type Method Description DiffResponseEntry.Builder
DiffResponseEntry.Builder. copy(DiffResponseEntry model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DiffResponseEntry Modifier and Type Method Description DiffResponse.Builder
DiffResponse.Builder. changes(List<DiffResponseEntry> changes)
List of changes in the difference.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DiffResponseEntry Constructor Description DiffResponse(Boolean areAllChangesIncluded, Map<String,Integer> changeTypeCount, String commonCommit, Integer commitsAheadCount, Integer commitsBehindCount, Integer addedLinesCount, Integer deletedLinesCount, List<DiffResponseEntry> changes)
Deprecated.
-