| 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.
|
CompletableFuture<IncidentTodoResponse> |
IncidentsApi.createIncidentTodoAsync(String incidentId,
IncidentTodoCreateRequest body)
Create an incident todo.
|
ApiResponse<IncidentTodoResponse> |
IncidentsApi.createIncidentTodoWithHttpInfo(String incidentId,
IncidentTodoCreateRequest body)
Create an incident todo.
|
CompletableFuture<ApiResponse<IncidentTodoResponse>> |
IncidentsApi.createIncidentTodoWithHttpInfoAsync(String incidentId,
IncidentTodoCreateRequest body)
Create an incident todo.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoCreateRequest |
IncidentTodoCreateRequest.data(IncidentTodoCreateData data) |
IncidentTodoCreateRequest |
IncidentTodoCreateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.