| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CIAppWarning |
CIAppWarning.code(String code) |
CIAppWarning |
CIAppWarning.detail(String detail) |
CIAppWarning |
CIAppWarning.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
CIAppWarning |
CIAppWarning.title(String title) |
| Modifier and Type | Method and Description |
|---|---|
List<CIAppWarning> |
CIAppResponseMetadataWithPagination.getWarnings()
A list of warnings (non-fatal errors) encountered.
|
List<CIAppWarning> |
CIAppResponseMetadata.getWarnings()
A list of warnings (non-fatal errors) encountered.
|
| Modifier and Type | Method and Description |
|---|---|
CIAppResponseMetadataWithPagination |
CIAppResponseMetadataWithPagination.addWarningsItem(CIAppWarning warningsItem) |
CIAppResponseMetadata |
CIAppResponseMetadata.addWarningsItem(CIAppWarning warningsItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
CIAppResponseMetadataWithPagination.setWarnings(List<CIAppWarning> warnings) |
void |
CIAppResponseMetadata.setWarnings(List<CIAppWarning> warnings) |
CIAppResponseMetadataWithPagination |
CIAppResponseMetadataWithPagination.warnings(List<CIAppWarning> warnings) |
CIAppResponseMetadata |
CIAppResponseMetadata.warnings(List<CIAppWarning> warnings) |
Copyright © 2024. All rights reserved.