| Constructor and Description |
|---|
Change(com.fasterxml.jackson.databind.JsonNode patch) |
Change(String op,
String path,
com.fasterxml.jackson.databind.JsonNode value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIgcPropertyName()
Retrieve the simple IGC property name indicated by the JSON Patch entry.
|
String |
getIgcPropertyPath()
Retrieve the full IGC property 'path' indicated by the JSON Patch entry.
|
Object |
getNewValue(List<String> referenceListProperties)
Retrieve the changed value indicated by the JSON Patch entry.
|
String |
getOp()
Retrieve the 'op'eration indicated by the JSON Patch entry.
|
String |
toString() |
public String getOp()
public String getIgcPropertyName()
getIgcPropertyPath()public String getIgcPropertyPath()
getIgcPropertyName()public Object getNewValue(List<String> referenceListProperties)
referenceListProperties - list of properties of the changed asset that are reference listsCopyright © 2018–2019 ODPi. All rights reserved.