| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseViewResponse |
CaseManagementApi.createCaseView(CaseViewCreateRequest body)
Create a case view.
|
CaseViewResponse |
CaseManagementApi.getCaseView(String viewId)
Get a case view.
|
CaseViewResponse |
CaseManagementApi.updateCaseView(String viewId,
CaseViewUpdateRequest body)
Update a case view.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CaseViewResponse> |
CaseManagementApi.createCaseViewAsync(CaseViewCreateRequest body)
Create a case view.
|
ApiResponse<CaseViewResponse> |
CaseManagementApi.createCaseViewWithHttpInfo(CaseViewCreateRequest body)
Creates a new saved case view with a name, filter query, and associated project.
|
CompletableFuture<ApiResponse<CaseViewResponse>> |
CaseManagementApi.createCaseViewWithHttpInfoAsync(CaseViewCreateRequest body)
Create a case view.
|
CompletableFuture<CaseViewResponse> |
CaseManagementApi.getCaseViewAsync(String viewId)
Get a case view.
|
ApiResponse<CaseViewResponse> |
CaseManagementApi.getCaseViewWithHttpInfo(String viewId)
Returns a single saved case view identified by its UUID, including its query, associated
project, and timestamps.
|
CompletableFuture<ApiResponse<CaseViewResponse>> |
CaseManagementApi.getCaseViewWithHttpInfoAsync(String viewId)
Get a case view.
|
CompletableFuture<CaseViewResponse> |
CaseManagementApi.updateCaseViewAsync(String viewId,
CaseViewUpdateRequest body)
Update a case view.
|
ApiResponse<CaseViewResponse> |
CaseManagementApi.updateCaseViewWithHttpInfo(String viewId,
CaseViewUpdateRequest body)
Updates the name, query, or notification rule of an existing case view.
|
CompletableFuture<ApiResponse<CaseViewResponse>> |
CaseManagementApi.updateCaseViewWithHttpInfoAsync(String viewId,
CaseViewUpdateRequest body)
Update a case view.
|
| Modifier and Type | Method and Description |
|---|---|
CaseViewResponse |
CaseViewResponse.data(CaseView data) |
CaseViewResponse |
CaseViewResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.