| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static ControlNotificationTargetType |
ControlNotificationTargetType.AT_MENTION |
static ControlNotificationTargetType |
ControlNotificationTargetType.CASE |
static ControlNotificationTargetType |
ControlNotificationTargetType.EMAIL |
static ControlNotificationTargetType |
ControlNotificationTargetType.SLACK |
| Modifier and Type | Method and Description |
|---|---|
static ControlNotificationTargetType |
ControlNotificationTargetType.fromValue(String value) |
ControlNotificationTargetType |
ControlNotificationTarget.getType()
The type of notification destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ControlNotificationTargetType.ControlNotificationTargetTypeSerializer.serialize(ControlNotificationTargetType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
ControlNotificationTarget.setType(ControlNotificationTargetType type) |
ControlNotificationTarget |
ControlNotificationTarget.type(ControlNotificationTargetType type) |
| Constructor and Description |
|---|
ControlNotificationTarget(String handle,
ControlNotificationTargetType type) |
| Constructor and Description |
|---|
ControlNotificationTargetTypeSerializer(Class<ControlNotificationTargetType> t) |
Copyright © 2026. All rights reserved.