public class Patch extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Patch.Operation
Patch operation.
|
Constructor and Description |
---|
Patch(Patch.Operation operation,
String path,
com.fasterxml.jackson.databind.JsonNode value)
Creates a new patch entity body POJO.
|
Modifier and Type | Method and Description |
---|---|
Patch.Operation |
getOperation()
Gets operation.
|
String |
getPath()
Gets path.
|
com.fasterxml.jackson.databind.JsonNode |
getValue()
Gets value.
|
public Patch(Patch.Operation operation, String path, com.fasterxml.jackson.databind.JsonNode value)
operation
- the operationpath
- the pathvalue
- the valuepublic Patch.Operation getOperation()
public String getPath()
public com.fasterxml.jackson.databind.JsonNode getValue()
Copyright © 2015–2021 Yahoo! Inc.. All rights reserved.