| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Field and Description |
|---|---|
static IncidentAttachmentType |
IncidentAttachmentType.INCIDENT_ATTACHMENTS |
| Modifier and Type | Method and Description |
|---|---|
static IncidentAttachmentType |
IncidentAttachmentType.fromValue(String value) |
IncidentAttachmentType |
RelationshipToIncidentAttachmentData.getType()
The incident attachment resource type.
|
IncidentAttachmentType |
PostmortemAttachmentRequestData.getType()
The incident attachment resource type.
|
IncidentAttachmentType |
PatchAttachmentRequestData.getType()
The incident attachment resource type.
|
IncidentAttachmentType |
CreateAttachmentRequestData.getType()
The incident attachment resource type.
|
IncidentAttachmentType |
AttachmentData.getType()
The incident attachment resource type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentAttachmentType.IncidentAttachmentTypeSerializer.serialize(IncidentAttachmentType value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
RelationshipToIncidentAttachmentData.setType(IncidentAttachmentType type) |
void |
PostmortemAttachmentRequestData.setType(IncidentAttachmentType type) |
void |
PatchAttachmentRequestData.setType(IncidentAttachmentType type) |
void |
CreateAttachmentRequestData.setType(IncidentAttachmentType type) |
void |
AttachmentData.setType(IncidentAttachmentType type) |
RelationshipToIncidentAttachmentData |
RelationshipToIncidentAttachmentData.type(IncidentAttachmentType type) |
PostmortemAttachmentRequestData |
PostmortemAttachmentRequestData.type(IncidentAttachmentType type) |
PatchAttachmentRequestData |
PatchAttachmentRequestData.type(IncidentAttachmentType type) |
CreateAttachmentRequestData |
CreateAttachmentRequestData.type(IncidentAttachmentType type) |
AttachmentData |
AttachmentData.type(IncidentAttachmentType type) |
| Constructor and Description |
|---|
AttachmentData(AttachmentDataAttributes attributes,
String id,
AttachmentDataRelationships relationships,
IncidentAttachmentType type) |
CreateAttachmentRequestData(IncidentAttachmentType type) |
PatchAttachmentRequestData(IncidentAttachmentType type) |
PostmortemAttachmentRequestData(PostmortemAttachmentRequestAttributes attributes,
IncidentAttachmentType type) |
RelationshipToIncidentAttachmentData(String id,
IncidentAttachmentType type) |
| Constructor and Description |
|---|
IncidentAttachmentTypeSerializer(Class<IncidentAttachmentType> t) |
Copyright © 2026. All rights reserved.