| Package | Description |
|---|---|
| org.openstack4j.openstack.image.v2.domain |
| Modifier and Type | Method and Description |
|---|---|
PatchOperation.OperationType |
PatchOperation.getOp() |
static PatchOperation.OperationType |
PatchOperation.OperationType.value(String v) |
static PatchOperation.OperationType |
PatchOperation.OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchOperation.OperationType[] |
PatchOperation.OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PatchOperation.setOp(PatchOperation.OperationType op) |
| Constructor and Description |
|---|
PatchOperation(PatchOperation.OperationType op,
String path) |
PatchOperation(PatchOperation.OperationType op,
String path,
Object value) |
Copyright © 2019. All rights reserved.