| Package | Description | 
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
AttachmentMetaData | 
AttachmentControllerApi.getAttachmentInfo(String attachmentId)
Get email attachment metadata information
 Returns the metadata for an attachment. 
 | 
AttachmentMetaData | 
EmailControllerApi.getAttachmentMetaData(UUID emailId,
                     String attachmentId)
Get email attachment metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ApiResponse<AttachmentMetaData> | 
AttachmentControllerApi.getAttachmentInfoWithHttpInfo(String attachmentId)
Get email attachment metadata information
 Returns the metadata for an attachment. 
 | 
ApiResponse<AttachmentMetaData> | 
EmailControllerApi.getAttachmentMetaDataWithHttpInfo(UUID emailId,
                                 String attachmentId)
Get email attachment metadata. 
 | 
List<AttachmentMetaData> | 
EmailControllerApi.getEmailAttachments(UUID emailId)
Get all email attachment metadata. 
 | 
ApiResponse<List<AttachmentMetaData>> | 
EmailControllerApi.getEmailAttachmentsWithHttpInfo(UUID emailId)
Get all email attachment metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
okhttp3.Call | 
AttachmentControllerApi.getAttachmentInfoAsync(String attachmentId,
                      ApiCallback<AttachmentMetaData> _callback)
Get email attachment metadata information (asynchronously)
 Returns the metadata for an attachment. 
 | 
okhttp3.Call | 
EmailControllerApi.getAttachmentMetaDataAsync(UUID emailId,
                          String attachmentId,
                          ApiCallback<AttachmentMetaData> _callback)
Get email attachment metadata. 
 | 
okhttp3.Call | 
EmailControllerApi.getEmailAttachmentsAsync(UUID emailId,
                        ApiCallback<List<AttachmentMetaData>> _callback)
Get all email attachment metadata. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AttachmentMetaData | 
AttachmentMetaData.contentLength(Long contentLength)  | 
AttachmentMetaData | 
AttachmentMetaData.contentType(String contentType)  | 
static AttachmentMetaData | 
AttachmentMetaData.fromJson(String jsonString)
Create an instance of AttachmentMetaData given an JSON string 
 | 
AttachmentMetaData | 
AttachmentMetaData.id(String id)  | 
AttachmentMetaData | 
AttachmentMetaData.name(String name)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<AttachmentMetaData> | 
WebhookNewEmailPayload.getAttachmentMetaDatas()
List of attachment meta data objects if attachments present 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WebhookNewEmailPayload | 
WebhookNewEmailPayload.addAttachmentMetaDatasItem(AttachmentMetaData attachmentMetaDatasItem)  | 
| Modifier and Type | Method and Description | 
|---|---|
WebhookNewEmailPayload | 
WebhookNewEmailPayload.attachmentMetaDatas(List<AttachmentMetaData> attachmentMetaDatas)  | 
void | 
WebhookNewEmailPayload.setAttachmentMetaDatas(List<AttachmentMetaData> attachmentMetaDatas)  | 
Copyright © 2023. All rights reserved.