Uses of Class
com.oracle.bmc.devops.model.DiffSection
-
Packages that use DiffSection Package Description com.oracle.bmc.devops.model -
-
Uses of DiffSection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DiffSection Modifier and Type Method Description DiffSection
DiffSection.Builder. build()
Methods in com.oracle.bmc.devops.model that return types with arguments of type DiffSection Modifier and Type Method Description List<DiffSection>
DiffChunk. getDiffSections()
List of difference section.Methods in com.oracle.bmc.devops.model with parameters of type DiffSection Modifier and Type Method Description DiffSection.Builder
DiffSection.Builder. copy(DiffSection model)
Method parameters in com.oracle.bmc.devops.model with type arguments of type DiffSection Modifier and Type Method Description DiffChunk.Builder
DiffChunk.Builder. diffSections(List<DiffSection> diffSections)
List of difference section.Constructor parameters in com.oracle.bmc.devops.model with type arguments of type DiffSection Constructor Description DiffChunk(Integer baseLine, Integer baseSpan, Integer targetLine, Integer targetSpan, List<DiffSection> diffSections)
Deprecated.
-