| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
ListOnCallNotificationRulesResponse |
OnCallApi.listUserNotificationRules(String userId)
List On-Call notification rules for a user.
|
ListOnCallNotificationRulesResponse |
OnCallApi.listUserNotificationRules(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List On-Call notification rules for a user.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ListOnCallNotificationRulesResponse> |
OnCallApi.listUserNotificationRulesAsync(String userId)
List On-Call notification rules for a user.
|
CompletableFuture<ListOnCallNotificationRulesResponse> |
OnCallApi.listUserNotificationRulesAsync(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List On-Call notification rules for a user.
|
ApiResponse<ListOnCallNotificationRulesResponse> |
OnCallApi.listUserNotificationRulesWithHttpInfo(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List the notification rules for a user.
|
CompletableFuture<ApiResponse<ListOnCallNotificationRulesResponse>> |
OnCallApi.listUserNotificationRulesWithHttpInfoAsync(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List On-Call notification rules for a user.
|
| Modifier and Type | Method and Description |
|---|---|
ListOnCallNotificationRulesResponse |
ListOnCallNotificationRulesResponse.addDataItem(OnCallNotificationRuleData dataItem) |
ListOnCallNotificationRulesResponse |
ListOnCallNotificationRulesResponse.addIncludedItem(OnCallNotificationRulesIncluded includedItem) |
ListOnCallNotificationRulesResponse |
ListOnCallNotificationRulesResponse.data(List<OnCallNotificationRuleData> data) |
ListOnCallNotificationRulesResponse |
ListOnCallNotificationRulesResponse.included(List<OnCallNotificationRulesIncluded> included) |
ListOnCallNotificationRulesResponse |
ListOnCallNotificationRulesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.