| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResponse |
OnCallApi.listUserNotificationChannels(String userId)
List On-Call notification channels for a user.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListNotificationChannelsResponse> |
OnCallApi.listUserNotificationChannelsAsync(String userId)
List On-Call notification channels for a user.
|
ApiResponse<ListNotificationChannelsResponse> |
OnCallApi.listUserNotificationChannelsWithHttpInfo(String userId)
List the notification channels for a user.
|
CompletableFuture<ApiResponse<ListNotificationChannelsResponse>> |
OnCallApi.listUserNotificationChannelsWithHttpInfoAsync(String userId)
List On-Call notification channels for a user.
|
| Modifier and Type | Method and Description |
|---|---|
ListNotificationChannelsResponse |
ListNotificationChannelsResponse.addDataItem(NotificationChannelData dataItem) |
ListNotificationChannelsResponse |
ListNotificationChannelsResponse.data(List<NotificationChannelData> data) |
ListNotificationChannelsResponse |
ListNotificationChannelsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.