| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentResponderType |
IncidentResponderType.INCIDENT_RESPONDERS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentResponderType |
IncidentResponderType.fromValue(String value) |
IncidentResponderType |
IncidentResponderDataResponse.getType()
Incident responder resource type.
|
IncidentResponderType |
IncidentResponderDataRequest.getType()
Incident responder resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentResponderType.IncidentResponderTypeSerializer.serialize(IncidentResponderType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentResponderDataResponse.setType(IncidentResponderType type) |
void |
IncidentResponderDataRequest.setType(IncidentResponderType type) |
IncidentResponderDataResponse |
IncidentResponderDataResponse.type(IncidentResponderType type) |
IncidentResponderDataRequest |
IncidentResponderDataRequest.type(IncidentResponderType type) |
| Constructor and Description |
|---|
IncidentResponderDataRequest(IncidentResponderRelationshipsRequest relationships,
IncidentResponderType type) |
IncidentResponderDataResponse(IncidentResponderDataAttributesResponse attributes,
UUID id,
IncidentResponderType type) |
| Constructor and Description |
|---|
IncidentResponderTypeSerializer(Class<IncidentResponderType> t) |
Copyright © 2026. All rights reserved.