| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static EscalationType |
EscalationType.ESCALATION_POLICY_STEPS |
| Modifier and Type | Method and Description |
|---|---|
static EscalationType |
EscalationType.fromValue(String value) |
EscalationType |
Escalation.getType()
Represents the resource type for individual steps in an escalation policy used during incident
response.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EscalationType.EscalationTypeSerializer.serialize(EscalationType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
Escalation.setType(EscalationType type) |
Escalation |
Escalation.type(EscalationType type) |
| Constructor and Description |
|---|
Escalation(EscalationType type) |
| Constructor and Description |
|---|
EscalationTypeSerializer(Class<EscalationType> t) |
Copyright © 2026. All rights reserved.