| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseViewResponse |
CaseManagementApi.updateCaseView(String viewId,
CaseViewUpdateRequest body)
Update 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 |
|---|---|
CaseViewUpdateRequest |
CaseViewUpdateRequest.data(CaseViewUpdate data) |
CaseViewUpdateRequest |
CaseViewUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.