| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentRuleType |
IncidentRuleType.INCIDENT_RULES |
| Modifier and Type | Method and Description |
|---|---|
static IncidentRuleType |
IncidentRuleType.fromValue(String value) |
IncidentRuleType |
IncidentRulePatchDataRequest.getType()
Incident rule resource type.
|
IncidentRuleType |
IncidentRuleDataRequest.getType()
Incident rule resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentRuleType.IncidentRuleTypeSerializer.serialize(IncidentRuleType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentRulePatchDataRequest.setType(IncidentRuleType type) |
void |
IncidentRuleDataRequest.setType(IncidentRuleType type) |
IncidentRulePatchDataRequest |
IncidentRulePatchDataRequest.type(IncidentRuleType type) |
IncidentRuleDataRequest |
IncidentRuleDataRequest.type(IncidentRuleType type) |
| Constructor and Description |
|---|
IncidentRuleDataRequest(IncidentRuleDataAttributesRequest attributes,
IncidentRuleType type) |
IncidentRulePatchDataRequest(UUID id,
IncidentRuleType type) |
| Constructor and Description |
|---|
IncidentRuleTypeSerializer(Class<IncidentRuleType> t) |
Copyright © 2026. All rights reserved.