| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoListResponse |
IncidentsApi.listIncidentTodos(String incidentId)
Get a list of an incident's todos.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<IncidentTodoListResponse> |
IncidentsApi.listIncidentTodosAsync(String incidentId)
Get a list of an incident's todos.
|
ApiResponse<IncidentTodoListResponse> |
IncidentsApi.listIncidentTodosWithHttpInfo(String incidentId)
Get all todos for an incident.
|
CompletableFuture<ApiResponse<IncidentTodoListResponse>> |
IncidentsApi.listIncidentTodosWithHttpInfoAsync(String incidentId)
Get a list of an incident's todos.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoListResponse |
IncidentTodoListResponse.addDataItem(IncidentTodoResponseData dataItem) |
IncidentTodoListResponse |
IncidentTodoListResponse.data(List<IncidentTodoResponseData> data) |
IncidentTodoListResponse |
IncidentTodoListResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.