| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentImpactType |
IncidentImpactType.INCIDENT_IMPACTS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentImpactType |
IncidentImpactType.fromValue(String value) |
IncidentImpactType |
IncidentImpactResponseData.getType()
Incident impact resource type.
|
IncidentImpactType |
IncidentImpactCreateData.getType()
Incident impact resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentImpactType.IncidentImpactTypeSerializer.serialize(IncidentImpactType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentImpactResponseData.setType(IncidentImpactType type) |
void |
IncidentImpactCreateData.setType(IncidentImpactType type) |
IncidentImpactResponseData |
IncidentImpactResponseData.type(IncidentImpactType type) |
IncidentImpactCreateData |
IncidentImpactCreateData.type(IncidentImpactType type) |
| Constructor and Description |
|---|
IncidentImpactCreateData(IncidentImpactCreateAttributes attributes,
IncidentImpactType type) |
IncidentImpactResponseData(String id,
IncidentImpactType type) |
| Constructor and Description |
|---|
IncidentImpactTypeSerializer(Class<IncidentImpactType> t) |
Copyright © 2026. All rights reserved.