| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentIncluded |
AttachmentIncluded.AttachmentIncludedDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
AttachmentIncluded |
AttachmentIncluded.AttachmentIncludedDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentIncluded> |
AttachmentArray.getIncluded()
A list of related objects included in the response.
|
List<AttachmentIncluded> |
Attachment.getIncluded()
A list of related objects included in the response.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentArray |
AttachmentArray.addIncludedItem(AttachmentIncluded includedItem) |
Attachment |
Attachment.addIncludedItem(AttachmentIncluded includedItem) |
void |
AttachmentIncluded.AttachmentIncludedSerializer.serialize(AttachmentIncluded value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentArray |
AttachmentArray.included(List<AttachmentIncluded> included) |
Attachment |
Attachment.included(List<AttachmentIncluded> included) |
void |
AttachmentArray.setIncluded(List<AttachmentIncluded> included) |
void |
Attachment.setIncluded(List<AttachmentIncluded> included) |
| Constructor and Description |
|---|
AttachmentIncludedSerializer(Class<AttachmentIncluded> t) |
Copyright © 2026. All rights reserved.