Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PatchModelOperation.Builder |
PatchModelOperation.Builder.operation(PatchModelOperation.Operation operation)
The value of the parameter to be updated.
|
Constructor and Description |
---|
PatchModelOperation(String path,
String value,
PatchModelOperation.Operation operation)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.