| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentHandleDataResponse |
IncidentHandleDataResponse.attributes(IncidentHandleAttributesResponse attributes) |
IncidentHandleDataResponse |
IncidentHandleResponse.getData()
Data object representing an incident handle in a response.
|
IncidentHandleDataResponse |
IncidentHandleDataResponse.id(String id) |
IncidentHandleDataResponse |
IncidentHandleDataResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
IncidentHandleDataResponse |
IncidentHandleDataResponse.relationships(IncidentHandleRelationships relationships) |
IncidentHandleDataResponse |
IncidentHandleDataResponse.type(IncidentHandleType type) |
| Modifier and Type | Method and Description |
|---|---|
List<IncidentHandleDataResponse> |
IncidentHandlesResponse.getData()
Array of incident handle data objects returned in a list response.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentHandlesResponse |
IncidentHandlesResponse.addDataItem(IncidentHandleDataResponse dataItem) |
IncidentHandleResponse |
IncidentHandleResponse.data(IncidentHandleDataResponse data) |
void |
IncidentHandleResponse.setData(IncidentHandleDataResponse data) |
| Modifier and Type | Method and Description |
|---|---|
IncidentHandlesResponse |
IncidentHandlesResponse.data(List<IncidentHandleDataResponse> data) |
void |
IncidentHandlesResponse.setData(List<IncidentHandleDataResponse> data) |
| Constructor and Description |
|---|
IncidentHandleResponse(IncidentHandleDataResponse data) |
| Constructor and Description |
|---|
IncidentHandlesResponse(List<IncidentHandleDataResponse> data) |
Copyright © 2026. All rights reserved.