| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static NotificationChannelPhoneConfigType |
NotificationChannelPhoneConfigType.PHONE |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannelPhoneConfigType |
NotificationChannelPhoneConfigType.fromValue(String value) |
NotificationChannelPhoneConfigType |
OnCallPhoneNotificationRuleSettings.getType()
Indicates that the notification channel is a phone
|
NotificationChannelPhoneConfigType |
NotificationChannelPhoneConfig.getType()
Indicates that the notification channel is a phone
|
NotificationChannelPhoneConfigType |
CreatePhoneNotificationChannelConfig.getType()
Indicates that the notification channel is a phone
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationChannelPhoneConfigType.NotificationChannelPhoneConfigTypeSerializer.serialize(NotificationChannelPhoneConfigType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
OnCallPhoneNotificationRuleSettings.setType(NotificationChannelPhoneConfigType type) |
void |
NotificationChannelPhoneConfig.setType(NotificationChannelPhoneConfigType type) |
void |
CreatePhoneNotificationChannelConfig.setType(NotificationChannelPhoneConfigType type) |
OnCallPhoneNotificationRuleSettings |
OnCallPhoneNotificationRuleSettings.type(NotificationChannelPhoneConfigType type) |
NotificationChannelPhoneConfig |
NotificationChannelPhoneConfig.type(NotificationChannelPhoneConfigType type) |
CreatePhoneNotificationChannelConfig |
CreatePhoneNotificationChannelConfig.type(NotificationChannelPhoneConfigType type) |
| Constructor and Description |
|---|
CreatePhoneNotificationChannelConfig(String number,
NotificationChannelPhoneConfigType type) |
NotificationChannelPhoneConfig(String formattedNumber,
String number,
String region,
NotificationChannelPhoneConfigType type,
Boolean verified) |
OnCallPhoneNotificationRuleSettings(OnCallPhoneNotificationRuleMethod method,
NotificationChannelPhoneConfigType type) |
| Constructor and Description |
|---|
NotificationChannelPhoneConfigTypeSerializer(Class<NotificationChannelPhoneConfigType> t) |
Copyright © 2026. All rights reserved.