| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
CaseWatchersResponse |
CaseManagementApi.listCaseWatchers(String caseId)
List case watchers.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CaseWatchersResponse> |
CaseManagementApi.listCaseWatchersAsync(String caseId)
List case watchers.
|
ApiResponse<CaseWatchersResponse> |
CaseManagementApi.listCaseWatchersWithHttpInfo(String caseId)
Returns the list of users who are watching a case.
|
CompletableFuture<ApiResponse<CaseWatchersResponse>> |
CaseManagementApi.listCaseWatchersWithHttpInfoAsync(String caseId)
List case watchers.
|
| Modifier and Type | Method and Description |
|---|---|
CaseWatchersResponse |
CaseWatchersResponse.addDataItem(CaseWatcher dataItem) |
CaseWatchersResponse |
CaseWatchersResponse.data(List<CaseWatcher> data) |
CaseWatchersResponse |
CaseWatchersResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.