Package | Description |
---|---|
com.datadog.api.client.v2.model |
Modifier and Type | Method and Description |
---|---|
IncidentNotificationHandle |
IncidentNotificationHandle.displayName(String displayName) |
IncidentNotificationHandle |
IncidentNotificationHandle.handle(String handle) |
Modifier and Type | Method and Description |
---|---|
org.openapitools.jackson.nullable.JsonNullable<List<IncidentNotificationHandle>> |
IncidentResponseAttributes.getNotificationHandles_JsonNullable() |
List<IncidentNotificationHandle> |
IncidentUpdateAttributes.getNotificationHandles()
Notification handles that will be notified of the incident during update.
|
List<IncidentNotificationHandle> |
IncidentCreateAttributes.getNotificationHandles()
Notification handles that will be notified of the incident at creation.
|
List<IncidentNotificationHandle> |
IncidentResponseAttributes.getNotificationHandles()
Notification handles that will be notified of the incident during update.
|
Modifier and Type | Method and Description |
---|---|
IncidentUpdateAttributes |
IncidentUpdateAttributes.addNotificationHandlesItem(IncidentNotificationHandle notificationHandlesItem) |
IncidentCreateAttributes |
IncidentCreateAttributes.addNotificationHandlesItem(IncidentNotificationHandle notificationHandlesItem) |
IncidentResponseAttributes |
IncidentResponseAttributes.addNotificationHandlesItem(IncidentNotificationHandle notificationHandlesItem) |
Modifier and Type | Method and Description |
---|---|
IncidentUpdateAttributes |
IncidentUpdateAttributes.notificationHandles(List<IncidentNotificationHandle> notificationHandles) |
IncidentCreateAttributes |
IncidentCreateAttributes.notificationHandles(List<IncidentNotificationHandle> notificationHandles) |
IncidentResponseAttributes |
IncidentResponseAttributes.notificationHandles(List<IncidentNotificationHandle> notificationHandles) |
void |
IncidentResponseAttributes.setNotificationHandles_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<IncidentNotificationHandle>> notificationHandles) |
void |
IncidentUpdateAttributes.setNotificationHandles(List<IncidentNotificationHandle> notificationHandles) |
void |
IncidentCreateAttributes.setNotificationHandles(List<IncidentNotificationHandle> notificationHandles) |
void |
IncidentResponseAttributes.setNotificationHandles(List<IncidentNotificationHandle> notificationHandles) |
Copyright © 2023. All rights reserved.