| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static JsonPatchOperationOp |
JsonPatchOperationOp.ADD |
static JsonPatchOperationOp |
JsonPatchOperationOp.COPY |
static JsonPatchOperationOp |
JsonPatchOperationOp.MOVE |
static JsonPatchOperationOp |
JsonPatchOperationOp.REMOVE |
static JsonPatchOperationOp |
JsonPatchOperationOp.REPLACE |
static JsonPatchOperationOp |
JsonPatchOperationOp.TEST |
| Modifier and Type | Method and Description |
|---|---|
static JsonPatchOperationOp |
JsonPatchOperationOp.fromValue(String value) |
JsonPatchOperationOp |
JsonPatchOperation.getOp()
The operation to perform.
|
| Modifier and Type | Method and Description |
|---|---|
JsonPatchOperation |
JsonPatchOperation.op(JsonPatchOperationOp op) |
void |
JsonPatchOperationOp.JsonPatchOperationOpSerializer.serialize(JsonPatchOperationOp value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
JsonPatchOperation.setOp(JsonPatchOperationOp op) |
| Constructor and Description |
|---|
JsonPatchOperation(JsonPatchOperationOp op,
String path) |
| Constructor and Description |
|---|
JsonPatchOperationOpSerializer(Class<JsonPatchOperationOp> t) |
Copyright © 2026. All rights reserved.