| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentNotificationRuleType |
IncidentNotificationRuleType.INCIDENT_NOTIFICATION_RULES |
| Modifier and Type | Method and Description |
|---|---|
static IncidentNotificationRuleType |
IncidentNotificationRuleType.fromValue(String value) |
IncidentNotificationRuleType |
IncidentNotificationRuleUpdateData.getType()
Notification rules resource type.
|
IncidentNotificationRuleType |
IncidentNotificationRuleResponseData.getType()
Notification rules resource type.
|
IncidentNotificationRuleType |
IncidentNotificationRuleCreateData.getType()
Notification rules resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentNotificationRuleType.IncidentNotificationRuleTypeSerializer.serialize(IncidentNotificationRuleType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentNotificationRuleUpdateData.setType(IncidentNotificationRuleType type) |
void |
IncidentNotificationRuleResponseData.setType(IncidentNotificationRuleType type) |
void |
IncidentNotificationRuleCreateData.setType(IncidentNotificationRuleType type) |
IncidentNotificationRuleUpdateData |
IncidentNotificationRuleUpdateData.type(IncidentNotificationRuleType type) |
IncidentNotificationRuleResponseData |
IncidentNotificationRuleResponseData.type(IncidentNotificationRuleType type) |
IncidentNotificationRuleCreateData |
IncidentNotificationRuleCreateData.type(IncidentNotificationRuleType type) |
| Constructor and Description |
|---|
IncidentNotificationRuleCreateData(IncidentNotificationRuleCreateAttributes attributes,
IncidentNotificationRuleType type) |
IncidentNotificationRuleResponseData(UUID id,
IncidentNotificationRuleType type) |
IncidentNotificationRuleUpdateData(IncidentNotificationRuleCreateAttributes attributes,
UUID id,
IncidentNotificationRuleType type) |
| Constructor and Description |
|---|
IncidentNotificationRuleTypeSerializer(Class<IncidentNotificationRuleType> t) |
Copyright © 2026. All rights reserved.