public class PatchOperation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PatchOperation.Builder
Builder class that is used to build
PatchOperation instances |
static class |
PatchOperation.Type
Represents an patch operation type
|
| Modifier and Type | Method and Description |
|---|---|
PatchOperation.Type |
getOp() |
String |
getPath() |
com.fasterxml.jackson.databind.JsonNode |
getValue() |
public String getPath()
public PatchOperation.Type getOp()
public com.fasterxml.jackson.databind.JsonNode getValue()
Copyright © 2022 SAP SE. All rights reserved.