| 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 |
IncidentAttachmentData.getType()
The incident attachment resource type.
|
IncidentAttachmentType |
RelationshipToIncidentAttachmentData.getType()
The incident attachment resource type.
|
IncidentAttachmentType |
IncidentAttachmentUpdateData.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 |
IncidentAttachmentData.setType(IncidentAttachmentType type) |
void |
RelationshipToIncidentAttachmentData.setType(IncidentAttachmentType type) |
void |
IncidentAttachmentUpdateData.setType(IncidentAttachmentType type) |
IncidentAttachmentData |
IncidentAttachmentData.type(IncidentAttachmentType type) |
RelationshipToIncidentAttachmentData |
RelationshipToIncidentAttachmentData.type(IncidentAttachmentType type) |
IncidentAttachmentUpdateData |
IncidentAttachmentUpdateData.type(IncidentAttachmentType type) |
| Constructor and Description |
|---|
IncidentAttachmentData(IncidentAttachmentAttributes attributes,
String id,
IncidentAttachmentRelationships relationships,
IncidentAttachmentType type) |
IncidentAttachmentUpdateData(IncidentAttachmentType type) |
RelationshipToIncidentAttachmentData(String id,
IncidentAttachmentType type) |
| Constructor and Description |
|---|
IncidentAttachmentTypeSerializer(Class<IncidentAttachmentType> t) |
Copyright © 2024. All rights reserved.