| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoResponse |
IncidentsApi.createIncidentTodo(String incidentId,
IncidentTodoCreateRequest body)
Create an incident todo.
|
IncidentTodoResponse |
IncidentsApi.getIncidentTodo(String incidentId,
String todoId)
Get incident todo details.
|
IncidentTodoResponse |
IncidentsApi.updateIncidentTodo(String incidentId,
String todoId,
IncidentTodoPatchRequest body)
Update an incident todo.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoResponse |
IncidentTodoResponse.data(IncidentTodoResponseData data) |
IncidentTodoResponse |
IncidentTodoResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.