| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentNotificationTemplateType |
IncidentNotificationTemplateType.NOTIFICATION_TEMPLATES |
| Modifier and Type | Method and Description |
|---|---|
static IncidentNotificationTemplateType |
IncidentNotificationTemplateType.fromValue(String value) |
IncidentNotificationTemplateType |
IncidentNotificationTemplateUpdateData.getType()
Notification templates resource type.
|
IncidentNotificationTemplateType |
IncidentNotificationTemplateResponseData.getType()
Notification templates resource type.
|
IncidentNotificationTemplateType |
IncidentNotificationTemplateCreateData.getType()
Notification templates resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentNotificationTemplateType.IncidentNotificationTemplateTypeSerializer.serialize(IncidentNotificationTemplateType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentNotificationTemplateUpdateData.setType(IncidentNotificationTemplateType type) |
void |
IncidentNotificationTemplateResponseData.setType(IncidentNotificationTemplateType type) |
void |
IncidentNotificationTemplateCreateData.setType(IncidentNotificationTemplateType type) |
IncidentNotificationTemplateUpdateData |
IncidentNotificationTemplateUpdateData.type(IncidentNotificationTemplateType type) |
IncidentNotificationTemplateResponseData |
IncidentNotificationTemplateResponseData.type(IncidentNotificationTemplateType type) |
IncidentNotificationTemplateCreateData |
IncidentNotificationTemplateCreateData.type(IncidentNotificationTemplateType type) |
| Constructor and Description |
|---|
IncidentNotificationTemplateCreateData(IncidentNotificationTemplateCreateAttributes attributes,
IncidentNotificationTemplateType type) |
IncidentNotificationTemplateResponseData(UUID id,
IncidentNotificationTemplateType type) |
IncidentNotificationTemplateUpdateData(UUID id,
IncidentNotificationTemplateType type) |
| Constructor and Description |
|---|
IncidentNotificationTemplateTypeSerializer(Class<IncidentNotificationTemplateType> t) |
Copyright © 2025. All rights reserved.