| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentHandleType |
IncidentHandleType.INCIDENTS_HANDLES |
| Modifier and Type | Method and Description |
|---|---|
static IncidentHandleType |
IncidentHandleType.fromValue(String value) |
IncidentHandleType |
IncidentHandleDataResponse.getType()
Incident handle resource type
|
IncidentHandleType |
IncidentHandleDataRequest.getType()
Incident handle resource type
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentHandleType.IncidentHandleTypeSerializer.serialize(IncidentHandleType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentHandleDataResponse.setType(IncidentHandleType type) |
void |
IncidentHandleDataRequest.setType(IncidentHandleType type) |
IncidentHandleDataResponse |
IncidentHandleDataResponse.type(IncidentHandleType type) |
IncidentHandleDataRequest |
IncidentHandleDataRequest.type(IncidentHandleType type) |
| Constructor and Description |
|---|
IncidentHandleDataRequest(IncidentHandleAttributesRequest attributes,
IncidentHandleType type) |
IncidentHandleDataResponse(IncidentHandleAttributesResponse attributes,
String id,
IncidentHandleType type) |
| Constructor and Description |
|---|
IncidentHandleTypeSerializer(Class<IncidentHandleType> t) |
Copyright © 2026. All rights reserved.