| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
JSONAPIErrorItem |
JSONAPIErrorItem.detail(String detail) |
JSONAPIErrorItem |
JSONAPIErrorItem.meta(Map<String,Object> meta) |
JSONAPIErrorItem |
JSONAPIErrorItem.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
JSONAPIErrorItem |
JSONAPIErrorItem.putMetaItem(String key,
Object metaItem) |
JSONAPIErrorItem |
JSONAPIErrorItem.source(JSONAPIErrorItemSource source) |
JSONAPIErrorItem |
JSONAPIErrorItem.status(String status) |
JSONAPIErrorItem |
JSONAPIErrorItem.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<JSONAPIErrorItem> |
JSONAPIErrorResponse.getErrors()
A list of errors.
|
| Modifier and Type | Method and Description |
|---|---|
JSONAPIErrorResponse |
JSONAPIErrorResponse.addErrorsItem(JSONAPIErrorItem errorsItem) |
| Modifier and Type | Method and Description |
|---|---|
JSONAPIErrorResponse |
JSONAPIErrorResponse.errors(List<JSONAPIErrorItem> errors) |
void |
JSONAPIErrorResponse.setErrors(List<JSONAPIErrorItem> errors) |
| Constructor and Description |
|---|
JSONAPIErrorResponse(List<JSONAPIErrorItem> errors) |
Copyright © 2025. All rights reserved.