Uses of Class
com.oracle.bmc.devops.model.DiffCollection
-
Packages that use DiffCollection Package Description com.oracle.bmc.devops.model com.oracle.bmc.devops.responses -
-
Uses of DiffCollection in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return DiffCollection Modifier and Type Method Description DiffCollection
DiffCollection.Builder. build()
Methods in com.oracle.bmc.devops.model with parameters of type DiffCollection Modifier and Type Method Description DiffCollection.Builder
DiffCollection.Builder. copy(DiffCollection model)
-
Uses of DiffCollection in com.oracle.bmc.devops.responses
Methods in com.oracle.bmc.devops.responses that return DiffCollection Modifier and Type Method Description DiffCollection
ListCommitDiffsResponse. getDiffCollection()
The returned DiffCollection instance.Methods in com.oracle.bmc.devops.responses with parameters of type DiffCollection Modifier and Type Method Description ListCommitDiffsResponse.Builder
ListCommitDiffsResponse.Builder. diffCollection(DiffCollection diffCollection)
The returned DiffCollection instance.
-