| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseResponse |
CaseManagementApi.updateCaseResolvedReason(String caseId,
CaseUpdateResolvedReasonRequest body)
Update case resolved reason.
|
CompletableFuture<CaseResponse> |
CaseManagementApi.updateCaseResolvedReasonAsync(String caseId,
CaseUpdateResolvedReasonRequest body)
Update case resolved reason.
|
ApiResponse<CaseResponse> |
CaseManagementApi.updateCaseResolvedReasonWithHttpInfo(String caseId,
CaseUpdateResolvedReasonRequest body)
Sets the resolved reason for a security case (for example, FALSE_POSITIVE, TRUE_POSITIVE).
|
CompletableFuture<ApiResponse<CaseResponse>> |
CaseManagementApi.updateCaseResolvedReasonWithHttpInfoAsync(String caseId,
CaseUpdateResolvedReasonRequest body)
Update case resolved reason.
|
| Modifier and Type | Method and Description |
|---|---|
CaseUpdateResolvedReasonRequest |
CaseUpdateResolvedReasonRequest.data(CaseUpdateResolvedReason data) |
CaseUpdateResolvedReasonRequest |
CaseUpdateResolvedReasonRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.