| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseViewsResponse |
CaseManagementApi.listCaseViews(String projectId)
List case views.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CaseViewsResponse> |
CaseManagementApi.listCaseViewsAsync(String projectId)
List case views.
|
ApiResponse<CaseViewsResponse> |
CaseManagementApi.listCaseViewsWithHttpInfo(String projectId)
Returns all saved case views for a given project.
|
CompletableFuture<ApiResponse<CaseViewsResponse>> |
CaseManagementApi.listCaseViewsWithHttpInfoAsync(String projectId)
List case views.
|
| Modifier and Type | Method and Description |
|---|---|
CaseViewsResponse |
CaseViewsResponse.addDataItem(CaseView dataItem) |
CaseViewsResponse |
CaseViewsResponse.data(List<CaseView> data) |
CaseViewsResponse |
CaseViewsResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.