| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
TeamNotificationRulesResponse |
TeamsApi.getTeamNotificationRules(String teamId)
Get team notification rules.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TeamNotificationRulesResponse> |
TeamsApi.getTeamNotificationRulesAsync(String teamId)
Get team notification rules.
|
ApiResponse<TeamNotificationRulesResponse> |
TeamsApi.getTeamNotificationRulesWithHttpInfo(String teamId) |
CompletableFuture<ApiResponse<TeamNotificationRulesResponse>> |
TeamsApi.getTeamNotificationRulesWithHttpInfoAsync(String teamId)
Get team notification rules.
|
| Modifier and Type | Method and Description |
|---|---|
TeamNotificationRulesResponse |
TeamNotificationRulesResponse.addDataItem(TeamNotificationRule dataItem) |
TeamNotificationRulesResponse |
TeamNotificationRulesResponse.data(List<TeamNotificationRule> data) |
TeamNotificationRulesResponse |
TeamNotificationRulesResponse.meta(TeamNotificationRulesResponseMeta meta) |
TeamNotificationRulesResponse |
TeamNotificationRulesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.