| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
CaseViewCreateRequest |
CaseViewCreateRequest.data(CaseViewCreate data) |
CaseViewCreateRequest |
CaseViewCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.