| Package | Description |
|---|---|
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
AttachmentData |
AttachmentData.attributes(AttachmentDataAttributes attributes) |
AttachmentData |
IncidentResponseIncludedItem.getAttachmentData()
Get the actual instance of `AttachmentData`.
|
AttachmentData |
Attachment.getData()
Attachment data from a response.
|
AttachmentData |
AttachmentData.id(String id) |
AttachmentData |
AttachmentData.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
AttachmentData |
AttachmentData.relationships(AttachmentDataRelationships relationships) |
AttachmentData |
AttachmentData.type(IncidentAttachmentType type) |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentData> |
AttachmentArray.getData()
An array of attachment data objects.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentArray |
AttachmentArray.addDataItem(AttachmentData dataItem) |
Attachment |
Attachment.data(AttachmentData data) |
void |
Attachment.setData(AttachmentData data) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentArray |
AttachmentArray.data(List<AttachmentData> data) |
void |
AttachmentArray.setData(List<AttachmentData> data) |
| Constructor and Description |
|---|
IncidentResponseIncludedItem(AttachmentData o) |
| Constructor and Description |
|---|
AttachmentArray(List<AttachmentData> data) |
Copyright © 2026. All rights reserved.