| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static NotificationChannelPushConfigType |
NotificationChannelPushConfigType.PUSH |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannelPushConfigType |
NotificationChannelPushConfigType.fromValue(String value) |
NotificationChannelPushConfigType |
NotificationChannelPushConfig.getType()
Indicates that the notification channel is a mobile device for push notifications
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationChannelPushConfigType.NotificationChannelPushConfigTypeSerializer.serialize(NotificationChannelPushConfigType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotificationChannelPushConfig.setType(NotificationChannelPushConfigType type) |
NotificationChannelPushConfig |
NotificationChannelPushConfig.type(NotificationChannelPushConfigType type) |
| Constructor and Description |
|---|
NotificationChannelPushConfig(String applicationName,
String deviceName,
NotificationChannelPushConfigType type) |
| Constructor and Description |
|---|
NotificationChannelPushConfigTypeSerializer(Class<NotificationChannelPushConfigType> t) |
Copyright © 2026. All rights reserved.