| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
AttachmentMetaData |
EmailControllerApi.getAttachmentMetaData(String attachmentId,
UUID emailId)
Get email attachment metadata
Returns the metadata such as name and content-type for a given attachment and email.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<AttachmentMetaData> |
EmailControllerApi.getAttachmentMetaDataWithHttpInfo(String attachmentId,
UUID emailId)
Get email attachment metadata
Returns the metadata such as name and content-type for a given attachment and email.
|
List<AttachmentMetaData> |
EmailControllerApi.getAttachments(UUID emailId)
Get all email attachment metadata
Returns an array of attachment metadata such as name and content-type for a given email if present.
|
ApiResponse<List<AttachmentMetaData>> |
EmailControllerApi.getAttachmentsWithHttpInfo(UUID emailId)
Get all email attachment metadata
Returns an array of attachment metadata such as name and content-type for a given email if present.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EmailControllerApi.getAttachmentMetaDataAsync(String attachmentId,
UUID emailId,
ApiCallback<AttachmentMetaData> _callback)
Get email attachment metadata (asynchronously)
Returns the metadata such as name and content-type for a given attachment and email.
|
okhttp3.Call |
EmailControllerApi.getAttachmentsAsync(UUID emailId,
ApiCallback<List<AttachmentMetaData>> _callback)
Get all email attachment metadata (asynchronously)
Returns an array of attachment metadata such as name and content-type for a given email if present.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentMetaData |
AttachmentMetaData.contentLength(Long contentLength) |
AttachmentMetaData |
AttachmentMetaData.contentType(String contentType) |
AttachmentMetaData |
AttachmentMetaData.id(String id) |
AttachmentMetaData |
AttachmentMetaData.name(String name) |
Copyright © 2021. All rights reserved.