| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoAssignee |
IncidentTodoAssignee.IncidentTodoAssigneeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
IncidentTodoAssignee |
IncidentTodoAssignee.IncidentTodoAssigneeDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<IncidentTodoAssignee> |
IncidentTodoAttributes.getAssignees()
Array of todo assignees.
|
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoAttributes |
IncidentTodoAttributes.addAssigneesItem(IncidentTodoAssignee assigneesItem) |
void |
IncidentTodoAssignee.IncidentTodoAssigneeSerializer.serialize(IncidentTodoAssignee value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
IncidentTodoAttributes |
IncidentTodoAttributes.assignees(List<IncidentTodoAssignee> assignees) |
void |
IncidentTodoAttributes.setAssignees(List<IncidentTodoAssignee> assignees) |
| Constructor and Description |
|---|
IncidentTodoAssigneeSerializer(Class<IncidentTodoAssignee> t) |
IncidentTodoAttributes(List<IncidentTodoAssignee> assignees,
String content) |
Copyright © 2024. All rights reserved.