Uses of Class
com.oracle.bmc.devops.model.DiffChunk
-
Packages that use DiffChunk Package Description com.oracle.bmc.devops.model -
-
Uses of DiffChunk in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DiffChunk Modifier and Type Method Description DiffChunk
DiffChunk.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DiffChunk Modifier and Type Method Description List<DiffChunk>
DiffSummary. getChanges()
List of changed section in the file.List<DiffChunk>
FileDiffResponse. getChanges()
List of changed section in the file.Methods in com.oracle.bmc.devops.model with parameters of type DiffChunk Modifier and Type Method Description DiffChunk.Builder
DiffChunk.Builder. copy(DiffChunk model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DiffChunk Modifier and Type Method Description DiffSummary.Builder
DiffSummary.Builder. changes(List<DiffChunk> changes)
List of changed section in the file.FileDiffResponse.Builder
FileDiffResponse.Builder. changes(List<DiffChunk> changes)
List of changed section in the file.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DiffChunk Constructor Description DiffSummary(String oldPath, String newPath, String oldId, String newId, Boolean areConflictsInFile, Boolean isLarge, Boolean isBinary, List<DiffChunk> changes, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.FileDiffResponse(String oldPath, String newPath, String oldId, String newId, Boolean areConflictsInFile, Boolean isLarge, Boolean isBinary, List<DiffChunk> changes)
Deprecated.
-