| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
void |
CaseManagementApi.updateCaseComment(String caseId,
String cellId,
CaseUpdateCommentRequest body)
Update case comment.
|
CompletableFuture<Void> |
CaseManagementApi.updateCaseCommentAsync(String caseId,
String cellId,
CaseUpdateCommentRequest body)
Update case comment.
|
ApiResponse<Void> |
CaseManagementApi.updateCaseCommentWithHttpInfo(String caseId,
String cellId,
CaseUpdateCommentRequest body)
Updates the text content of an existing comment on a case timeline.
|
CompletableFuture<ApiResponse<Void>> |
CaseManagementApi.updateCaseCommentWithHttpInfoAsync(String caseId,
String cellId,
CaseUpdateCommentRequest body)
Update case comment.
|
| Modifier and Type | Method and Description |
|---|---|
CaseUpdateCommentRequest |
CaseUpdateCommentRequest.data(CaseUpdateComment data) |
CaseUpdateCommentRequest |
CaseUpdateCommentRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.