Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
DownloadAttachmentDto |
AttachmentControllerApi.downloadAttachmentAsBase64Encoded(String attachmentId)
Get email attachment as base64 encoded string as alternative to binary responses.
|
DownloadAttachmentDto |
EmailControllerApi.downloadAttachmentBase64(UUID emailId,
String attachmentId)
Get email attachment as base64 encoded string as an alternative to binary responses.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<DownloadAttachmentDto> |
AttachmentControllerApi.downloadAttachmentAsBase64EncodedWithHttpInfo(String attachmentId)
Get email attachment as base64 encoded string as alternative to binary responses.
|
ApiResponse<DownloadAttachmentDto> |
EmailControllerApi.downloadAttachmentBase64WithHttpInfo(UUID emailId,
String attachmentId)
Get email attachment as base64 encoded string as an alternative to binary responses.
|
Modifier and Type | Method and Description |
---|---|
okhttp3.Call |
AttachmentControllerApi.downloadAttachmentAsBase64EncodedAsync(String attachmentId,
ApiCallback<DownloadAttachmentDto> _callback)
Get email attachment as base64 encoded string as alternative to binary responses.
|
okhttp3.Call |
EmailControllerApi.downloadAttachmentBase64Async(UUID emailId,
String attachmentId,
ApiCallback<DownloadAttachmentDto> _callback)
Get email attachment as base64 encoded string as an alternative to binary responses.
|
Modifier and Type | Method and Description |
---|---|
DownloadAttachmentDto |
DownloadAttachmentDto.base64FileContents(String base64FileContents) |
DownloadAttachmentDto |
DownloadAttachmentDto.contentType(String contentType) |
static DownloadAttachmentDto |
DownloadAttachmentDto.fromJson(String jsonString)
Create an instance of DownloadAttachmentDto given an JSON string
|
DownloadAttachmentDto |
DownloadAttachmentDto.sizeBytes(Long sizeBytes) |
Copyright © 2023. All rights reserved.