| Package | Description |
|---|---|
| net.leanix.api.common.graphQL |
| Modifier and Type | Method and Description |
|---|---|
static Patch.PatchOperation |
Patch.PatchOperation.fromJson(String rawValue) |
Patch.PatchOperation |
Patch.getOperation() |
static Patch.PatchOperation |
Patch.PatchOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Patch.PatchOperation[] |
Patch.PatchOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Patch.setOperation(Patch.PatchOperation operation) |
| Constructor and Description |
|---|
Patch(Patch.PatchOperation operation,
String path,
Object value) |
Copyright © 2019 LeanIX GmbH. All rights reserved.