| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseCountResponse |
CaseManagementApi.countCases()
Count cases.
|
CaseCountResponse |
CaseManagementApi.countCases(CaseManagementApi.CountCasesOptionalParameters parameters)
Count cases.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CaseCountResponse> |
CaseManagementApi.countCasesAsync()
Count cases.
|
CompletableFuture<CaseCountResponse> |
CaseManagementApi.countCasesAsync(CaseManagementApi.CountCasesOptionalParameters parameters)
Count cases.
|
ApiResponse<CaseCountResponse> |
CaseManagementApi.countCasesWithHttpInfo(CaseManagementApi.CountCasesOptionalParameters parameters)
Returns case counts, optionally grouped by one or more fields (for example, status, priority).
|
CompletableFuture<ApiResponse<CaseCountResponse>> |
CaseManagementApi.countCasesWithHttpInfoAsync(CaseManagementApi.CountCasesOptionalParameters parameters)
Count cases.
|
| Modifier and Type | Method and Description |
|---|---|
CaseCountResponse |
CaseCountResponse.data(CaseCountResponseData data) |
CaseCountResponse |
CaseCountResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.