Uses of Class
com.oracle.bmc.aidocument.model.PatchModelOperation
-
Packages that use PatchModelOperation Package Description com.oracle.bmc.aidocument.model -
-
Uses of PatchModelOperation in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return PatchModelOperation Modifier and Type Method Description PatchModelOperation
PatchModelOperation.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type PatchModelOperation Modifier and Type Method Description List<PatchModelOperation>
PatchModelDetails. getOperations()
A list of patch operations for model.Methods in com.oracle.bmc.aidocument.model with parameters of type PatchModelOperation Modifier and Type Method Description PatchModelOperation.Builder
PatchModelOperation.Builder. copy(PatchModelOperation model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type PatchModelOperation Modifier and Type Method Description PatchModelDetails.Builder
PatchModelDetails.Builder. operations(List<PatchModelOperation> operations)
A list of patch operations for model.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type PatchModelOperation Constructor Description PatchModelDetails(List<PatchModelOperation> operations)
Deprecated.
-