| 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 |
RelationshipToIncidentData.getType()
Incident resource type.
|
IncidentType |
IncidentUpdateData.getType()
Incident resource type.
|
IncidentType |
IncidentResponseData.getType()
Incident resource type.
|
IncidentType |
IncidentImportResponseData.getType()
Incident resource type.
|
IncidentType |
IncidentImportRequestData.getType()
Incident resource type.
|
IncidentType |
IncidentCreateData.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 |
RelationshipToIncidentData.setType(IncidentType type) |
void |
IncidentUpdateData.setType(IncidentType type) |
void |
IncidentResponseData.setType(IncidentType type) |
void |
IncidentImportResponseData.setType(IncidentType type) |
void |
IncidentImportRequestData.setType(IncidentType type) |
void |
IncidentCreateData.setType(IncidentType type) |
RelationshipToIncidentData |
RelationshipToIncidentData.type(IncidentType type) |
IncidentUpdateData |
IncidentUpdateData.type(IncidentType type) |
IncidentResponseData |
IncidentResponseData.type(IncidentType type) |
IncidentImportResponseData |
IncidentImportResponseData.type(IncidentType type) |
IncidentImportRequestData |
IncidentImportRequestData.type(IncidentType type) |
IncidentCreateData |
IncidentCreateData.type(IncidentType type) |
| Constructor and Description |
|---|
IncidentCreateData(IncidentCreateAttributes attributes,
IncidentType type) |
IncidentImportRequestData(IncidentImportRequestAttributes attributes,
IncidentType type) |
IncidentImportResponseData(String id,
IncidentType type) |
IncidentResponseData(String id,
IncidentType type) |
IncidentUpdateData(String id,
IncidentType type) |
RelationshipToIncidentData(String id,
IncidentType type) |
| Constructor and Description |
|---|
IncidentTypeSerializer(Class<IncidentType> t) |
Copyright © 2026. All rights reserved.