| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static DowntimeNotifyEndStateActions |
DowntimeNotifyEndStateActions.CANCELED |
static DowntimeNotifyEndStateActions |
DowntimeNotifyEndStateActions.EXPIRED |
| Modifier and Type | Method and Description |
|---|---|
static DowntimeNotifyEndStateActions |
DowntimeNotifyEndStateActions.fromValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<DowntimeNotifyEndStateActions> |
DowntimeResponseAttributes.getNotifyEndTypes()
Actions that will trigger a monitor notification if the downtime is in the
notify_end_types state. |
List<DowntimeNotifyEndStateActions> |
DowntimeCreateRequestAttributes.getNotifyEndTypes()
Actions that will trigger a monitor notification if the downtime is in the
notify_end_types state. |
List<DowntimeNotifyEndStateActions> |
DowntimeUpdateRequestAttributes.getNotifyEndTypes()
Actions that will trigger a monitor notification if the downtime is in the
notify_end_types state. |
| Modifier and Type | Method and Description |
|---|---|
DowntimeResponseAttributes |
DowntimeResponseAttributes.addNotifyEndTypesItem(DowntimeNotifyEndStateActions notifyEndTypesItem) |
DowntimeCreateRequestAttributes |
DowntimeCreateRequestAttributes.addNotifyEndTypesItem(DowntimeNotifyEndStateActions notifyEndTypesItem) |
DowntimeUpdateRequestAttributes |
DowntimeUpdateRequestAttributes.addNotifyEndTypesItem(DowntimeNotifyEndStateActions notifyEndTypesItem) |
void |
DowntimeNotifyEndStateActions.DowntimeNotifyEndStateActionsSerializer.serialize(DowntimeNotifyEndStateActions value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
DowntimeResponseAttributes |
DowntimeResponseAttributes.notifyEndTypes(List<DowntimeNotifyEndStateActions> notifyEndTypes) |
DowntimeCreateRequestAttributes |
DowntimeCreateRequestAttributes.notifyEndTypes(List<DowntimeNotifyEndStateActions> notifyEndTypes) |
DowntimeUpdateRequestAttributes |
DowntimeUpdateRequestAttributes.notifyEndTypes(List<DowntimeNotifyEndStateActions> notifyEndTypes) |
void |
DowntimeResponseAttributes.setNotifyEndTypes(List<DowntimeNotifyEndStateActions> notifyEndTypes) |
void |
DowntimeCreateRequestAttributes.setNotifyEndTypes(List<DowntimeNotifyEndStateActions> notifyEndTypes) |
void |
DowntimeUpdateRequestAttributes.setNotifyEndTypes(List<DowntimeNotifyEndStateActions> notifyEndTypes) |
| Constructor and Description |
|---|
DowntimeNotifyEndStateActionsSerializer(Class<DowntimeNotifyEndStateActions> t) |
Copyright © 2024. All rights reserved.