| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentTodoType |
IncidentTodoType.INCIDENT_TODOS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentTodoType |
IncidentTodoType.fromValue(String value) |
IncidentTodoType |
IncidentTodoCreateData.getType()
Todo resource type.
|
IncidentTodoType |
IncidentTodoResponseData.getType()
Todo resource type.
|
IncidentTodoType |
IncidentTodoPatchData.getType()
Todo resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentTodoType.IncidentTodoTypeSerializer.serialize(IncidentTodoType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentTodoCreateData.setType(IncidentTodoType type) |
void |
IncidentTodoResponseData.setType(IncidentTodoType type) |
void |
IncidentTodoPatchData.setType(IncidentTodoType type) |
IncidentTodoCreateData |
IncidentTodoCreateData.type(IncidentTodoType type) |
IncidentTodoResponseData |
IncidentTodoResponseData.type(IncidentTodoType type) |
IncidentTodoPatchData |
IncidentTodoPatchData.type(IncidentTodoType type) |
| Constructor and Description |
|---|
IncidentTodoCreateData(IncidentTodoAttributes attributes,
IncidentTodoType type) |
IncidentTodoPatchData(IncidentTodoAttributes attributes,
IncidentTodoType type) |
IncidentTodoResponseData(String id,
IncidentTodoType type) |
| Constructor and Description |
|---|
IncidentTodoTypeSerializer(Class<IncidentTodoType> t) |
Copyright © 2024. All rights reserved.