| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentTypeType |
IncidentTypeType.INCIDENT_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static IncidentTypeType |
IncidentTypeType.fromValue(String value) |
IncidentTypeType |
RelationshipToIncidentTypeData.getType()
Incident type resource type.
|
IncidentTypeType |
IncidentTypePatchData.getType()
Incident type resource type.
|
IncidentTypeType |
IncidentTypeObject.getType()
Incident type resource type.
|
IncidentTypeType |
IncidentTypeCreateData.getType()
Incident type resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentTypeType.IncidentTypeTypeSerializer.serialize(IncidentTypeType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RelationshipToIncidentTypeData.setType(IncidentTypeType type) |
void |
IncidentTypePatchData.setType(IncidentTypeType type) |
void |
IncidentTypeObject.setType(IncidentTypeType type) |
void |
IncidentTypeCreateData.setType(IncidentTypeType type) |
RelationshipToIncidentTypeData |
RelationshipToIncidentTypeData.type(IncidentTypeType type) |
IncidentTypePatchData |
IncidentTypePatchData.type(IncidentTypeType type) |
IncidentTypeObject |
IncidentTypeObject.type(IncidentTypeType type) |
IncidentTypeCreateData |
IncidentTypeCreateData.type(IncidentTypeType type) |
| Constructor and Description |
|---|
IncidentTypeCreateData(IncidentTypeAttributes attributes,
IncidentTypeType type) |
IncidentTypeObject(String id,
IncidentTypeType type) |
IncidentTypePatchData(IncidentTypeUpdateAttributes attributes,
String id,
IncidentTypeType type) |
RelationshipToIncidentTypeData(String id,
IncidentTypeType type) |
| Constructor and Description |
|---|
IncidentTypeTypeSerializer(Class<IncidentTypeType> t) |
Copyright © 2025. All rights reserved.