| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoAttributes |
IncidentTodoAttributes.addAssigneesItem(IncidentTodoAssignee assigneesItem) |
IncidentTodoAttributes |
IncidentTodoAttributes.assignees(List<IncidentTodoAssignee> assignees) |
IncidentTodoAttributes |
IncidentTodoAttributes.completed(String completed) |
IncidentTodoAttributes |
IncidentTodoAttributes.content(String content) |
IncidentTodoAttributes |
IncidentTodoAttributes.dueDate(String dueDate) |
IncidentTodoAttributes |
IncidentTodoCreateData.getAttributes()
Incident todo's attributes.
|
IncidentTodoAttributes |
IncidentTodoResponseData.getAttributes()
Incident todo's attributes.
|
IncidentTodoAttributes |
IncidentTodoPatchData.getAttributes()
Incident todo's attributes.
|
IncidentTodoAttributes |
IncidentTodoAttributes.incidentId(String incidentId) |
IncidentTodoAttributes |
IncidentTodoAttributes.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoCreateData |
IncidentTodoCreateData.attributes(IncidentTodoAttributes attributes) |
IncidentTodoResponseData |
IncidentTodoResponseData.attributes(IncidentTodoAttributes attributes) |
IncidentTodoPatchData |
IncidentTodoPatchData.attributes(IncidentTodoAttributes attributes) |
void |
IncidentTodoCreateData.setAttributes(IncidentTodoAttributes attributes) |
void |
IncidentTodoResponseData.setAttributes(IncidentTodoAttributes attributes) |
void |
IncidentTodoPatchData.setAttributes(IncidentTodoAttributes attributes) |
| Constructor and Description |
|---|
IncidentTodoCreateData(IncidentTodoAttributes attributes,
IncidentTodoType type) |
IncidentTodoPatchData(IncidentTodoAttributes attributes,
IncidentTodoType type) |
Copyright © 2024. All rights reserved.