| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentType |
IncidentType.INCIDENTS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentType |
IncidentType.fromValue(String value) |
IncidentType |
IncidentResponseData.getType()
Incident resource type.
|
IncidentType |
IncidentCreateData.getType()
Incident resource type.
|
IncidentType |
IncidentUpdateData.getType()
Incident resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentType.IncidentTypeSerializer.serialize(IncidentType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
IncidentResponseData.setType(IncidentType type) |
void |
IncidentCreateData.setType(IncidentType type) |
void |
IncidentUpdateData.setType(IncidentType type) |
IncidentResponseData |
IncidentResponseData.type(IncidentType type) |
IncidentCreateData |
IncidentCreateData.type(IncidentType type) |
IncidentUpdateData |
IncidentUpdateData.type(IncidentType type) |
| Constructor and Description |
|---|
IncidentCreateData(IncidentCreateAttributes attributes,
IncidentType type) |
IncidentResponseData(String id,
IncidentType type) |
IncidentUpdateData(String id,
IncidentType type) |
| Constructor and Description |
|---|
IncidentTypeSerializer(Class<IncidentType> t) |
Copyright © 2024. All rights reserved.