| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoResponse |
IncidentsApi.updateIncidentTodo(String incidentId,
String todoId,
IncidentTodoPatchRequest body)
Update an incident todo.
|
CompletableFuture<IncidentTodoResponse> |
IncidentsApi.updateIncidentTodoAsync(String incidentId,
String todoId,
IncidentTodoPatchRequest body)
Update an incident todo.
|
ApiResponse<IncidentTodoResponse> |
IncidentsApi.updateIncidentTodoWithHttpInfo(String incidentId,
String todoId,
IncidentTodoPatchRequest body)
Update an incident todo.
|
CompletableFuture<ApiResponse<IncidentTodoResponse>> |
IncidentsApi.updateIncidentTodoWithHttpInfoAsync(String incidentId,
String todoId,
IncidentTodoPatchRequest body)
Update an incident todo.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoPatchRequest |
IncidentTodoPatchRequest.data(IncidentTodoPatchData data) |
IncidentTodoPatchRequest |
IncidentTodoPatchRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.