| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentConfigurationType |
IncidentConfigurationType.INCIDENTS_CONFIGURATIONS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentConfigurationType |
IncidentConfigurationType.fromValue(String value) |
IncidentConfigurationType |
IncidentConfigurationPatchDataRequest.getType()
Incident configuration resource type.
|
IncidentConfigurationType |
IncidentConfigurationDataResponse.getType()
Incident configuration resource type.
|
IncidentConfigurationType |
IncidentConfigurationDataRequest.getType()
Incident configuration resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentConfigurationType.IncidentConfigurationTypeSerializer.serialize(IncidentConfigurationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentConfigurationPatchDataRequest.setType(IncidentConfigurationType type) |
void |
IncidentConfigurationDataResponse.setType(IncidentConfigurationType type) |
void |
IncidentConfigurationDataRequest.setType(IncidentConfigurationType type) |
IncidentConfigurationPatchDataRequest |
IncidentConfigurationPatchDataRequest.type(IncidentConfigurationType type) |
IncidentConfigurationDataResponse |
IncidentConfigurationDataResponse.type(IncidentConfigurationType type) |
IncidentConfigurationDataRequest |
IncidentConfigurationDataRequest.type(IncidentConfigurationType type) |
| Constructor and Description |
|---|
IncidentConfigurationDataRequest(IncidentConfigurationType type) |
IncidentConfigurationDataResponse(IncidentConfigurationDataAttributesResponse attributes,
UUID id,
IncidentConfigurationType type) |
IncidentConfigurationPatchDataRequest(UUID id,
IncidentConfigurationType type) |
| Constructor and Description |
|---|
IncidentConfigurationTypeSerializer(Class<IncidentConfigurationType> t) |
Copyright © 2026. All rights reserved.