public class Patch extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Patch.PatchOperation |
| Constructor and Description |
|---|
Patch(Patch.PatchOperation operation,
String path,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Patch.PatchOperation |
getOperation() |
String |
getPath() |
Object |
getValue() |
void |
setOperation(Patch.PatchOperation operation) |
void |
setPath(String path) |
void |
setValue(Object value) |
public Patch(Patch.PatchOperation operation, String path, Object value)
public Patch.PatchOperation getOperation()
public void setOperation(Patch.PatchOperation operation)
public Object getValue()
public void setValue(Object value)
public String getPath()
public void setPath(String path)
Copyright © 2019 LeanIX GmbH. All rights reserved.