Uses of Class
com.oracle.bmc.aidocument.model.PatchModelOperation.Operation
-
Packages that use PatchModelOperation.Operation Package Description com.oracle.bmc.aidocument.model -
-
Uses of PatchModelOperation.Operation in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return PatchModelOperation.Operation Modifier and Type Method Description static PatchModelOperation.Operation
PatchModelOperation.Operation. create(String key)
PatchModelOperation.Operation
PatchModelOperation. getOperation()
The value of the parameter to be updated.static PatchModelOperation.Operation
PatchModelOperation.Operation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchModelOperation.Operation[]
PatchModelOperation.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.aidocument.model with parameters of type PatchModelOperation.Operation Modifier and Type Method Description PatchModelOperation.Builder
PatchModelOperation.Builder. operation(PatchModelOperation.Operation operation)
The value of the parameter to be updated.Constructors in com.oracle.bmc.aidocument.model with parameters of type PatchModelOperation.Operation Constructor Description PatchModelOperation(String path, String value, PatchModelOperation.Operation operation)
Deprecated.
-