| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseNotificationRuleResponse |
CaseManagementApi.createProjectNotificationRule(String projectId,
CaseNotificationRuleCreateRequest body)
Create a notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CaseNotificationRuleResponse> |
CaseManagementApi.createProjectNotificationRuleAsync(String projectId,
CaseNotificationRuleCreateRequest body)
Create a notification rule.
|
ApiResponse<CaseNotificationRuleResponse> |
CaseManagementApi.createProjectNotificationRuleWithHttpInfo(String projectId,
CaseNotificationRuleCreateRequest body)
Create a notification rule for a project.
|
CompletableFuture<ApiResponse<CaseNotificationRuleResponse>> |
CaseManagementApi.createProjectNotificationRuleWithHttpInfoAsync(String projectId,
CaseNotificationRuleCreateRequest body)
Create a notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
CaseNotificationRuleResponse |
CaseNotificationRuleResponse.data(CaseNotificationRule data) |
CaseNotificationRuleResponse |
CaseNotificationRuleResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.