| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesResponse |
CaseManagementApi.listCaseAutomationRules(String projectId)
List automation rules.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<AutomationRulesResponse> |
CaseManagementApi.listCaseAutomationRulesAsync(String projectId)
List automation rules.
|
ApiResponse<AutomationRulesResponse> |
CaseManagementApi.listCaseAutomationRulesWithHttpInfo(String projectId)
Returns all automation rules configured for a project.
|
CompletableFuture<ApiResponse<AutomationRulesResponse>> |
CaseManagementApi.listCaseAutomationRulesWithHttpInfoAsync(String projectId)
List automation rules.
|
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesResponse |
AutomationRulesResponse.addDataItem(AutomationRule dataItem) |
AutomationRulesResponse |
AutomationRulesResponse.data(List<AutomationRule> data) |
AutomationRulesResponse |
AutomationRulesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.