| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseResponse |
CaseManagementApi.addCaseInsights(String caseId,
CaseInsightsRequest body)
Add insights to a case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.addCaseInsightsAsync(String caseId,
CaseInsightsRequest body)
Add insights to a case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.addCaseInsightsWithHttpInfo(String caseId,
CaseInsightsRequest body)
Adds one or more insights to a case.
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.addCaseInsightsWithHttpInfoAsync(String caseId,
CaseInsightsRequest body)
Add insights to a case.
|
CaseResponse |
CaseManagementApi.removeCaseInsights(String caseId,
CaseInsightsRequest body)
Remove insights from a case.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.removeCaseInsightsAsync(String caseId,
CaseInsightsRequest body)
Remove insights from a case.
|
ApiResponse<CaseResponse> |
CaseManagementApi.removeCaseInsightsWithHttpInfo(String caseId,
CaseInsightsRequest body)
Removes one or more previously added insights from a case by specifying their type and resource
identifier in the request body.
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.removeCaseInsightsWithHttpInfoAsync(String caseId,
CaseInsightsRequest body)
Remove insights from a case.
|
| Modifier and Type | Method and Description |
|---|---|
CaseInsightsRequest |
CaseInsightsRequest.data(CaseInsightsData data) |
CaseInsightsRequest |
CaseInsightsRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.