| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
JsonPatchOperation |
JsonPatchOperation.op(JsonPatchOperationOp op) |
JsonPatchOperation |
JsonPatchOperation.path(String path) |
JsonPatchOperation |
JsonPatchOperation.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
JsonPatchOperation |
JsonPatchOperation.value(Object value) |
| Modifier and Type | Method and Description |
|---|---|
List<JsonPatchOperation> |
SuiteJsonPatchRequestDataAttributes.getJsonPatch()
JSON Patch operations following RFC 6902.
|
List<JsonPatchOperation> |
GlobalVariableJsonPatchRequestDataAttributes.getJsonPatch()
JSON Patch operations following RFC 6902.
|
| Modifier and Type | Method and Description |
|---|---|
SuiteJsonPatchRequestDataAttributes |
SuiteJsonPatchRequestDataAttributes.addJsonPatchItem(JsonPatchOperation jsonPatchItem) |
GlobalVariableJsonPatchRequestDataAttributes |
GlobalVariableJsonPatchRequestDataAttributes.addJsonPatchItem(JsonPatchOperation jsonPatchItem) |
| Modifier and Type | Method and Description |
|---|---|
SuiteJsonPatchRequestDataAttributes |
SuiteJsonPatchRequestDataAttributes.jsonPatch(List<JsonPatchOperation> jsonPatch) |
GlobalVariableJsonPatchRequestDataAttributes |
GlobalVariableJsonPatchRequestDataAttributes.jsonPatch(List<JsonPatchOperation> jsonPatch) |
void |
SuiteJsonPatchRequestDataAttributes.setJsonPatch(List<JsonPatchOperation> jsonPatch) |
void |
GlobalVariableJsonPatchRequestDataAttributes.setJsonPatch(List<JsonPatchOperation> jsonPatch) |
Copyright © 2026. All rights reserved.