| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static NotificationRulesType |
NotificationRulesType.NOTIFICATION_RULES |
| Modifier and Type | Method and Description |
|---|---|
static NotificationRulesType |
NotificationRulesType.fromValue(String value) |
NotificationRulesType |
PatchNotificationRuleParametersData.getType()
The rule type associated to notification rules.
|
NotificationRulesType |
NotificationRule.getType()
The rule type associated to notification rules.
|
NotificationRulesType |
CreateNotificationRuleParametersData.getType()
The rule type associated to notification rules.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationRulesType.NotificationRulesTypeSerializer.serialize(NotificationRulesType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
PatchNotificationRuleParametersData.setType(NotificationRulesType type) |
void |
NotificationRule.setType(NotificationRulesType type) |
void |
CreateNotificationRuleParametersData.setType(NotificationRulesType type) |
PatchNotificationRuleParametersData |
PatchNotificationRuleParametersData.type(NotificationRulesType type) |
NotificationRule |
NotificationRule.type(NotificationRulesType type) |
CreateNotificationRuleParametersData |
CreateNotificationRuleParametersData.type(NotificationRulesType type) |
| Constructor and Description |
|---|
CreateNotificationRuleParametersData(CreateNotificationRuleParametersDataAttributes attributes,
NotificationRulesType type) |
NotificationRule(NotificationRuleAttributes attributes,
String id,
NotificationRulesType type) |
PatchNotificationRuleParametersData(PatchNotificationRuleParametersDataAttributes attributes,
String id,
NotificationRulesType type) |
| Constructor and Description |
|---|
NotificationRulesTypeSerializer(Class<NotificationRulesType> t) |
Copyright © 2026. All rights reserved.