Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
List<String> |
AttachmentControllerApi.uploadAttachment(UploadAttachmentOptions uploadAttachmentOptions)
Upload an attachment for sending using base64 file encoding.
|
okhttp3.Call |
AttachmentControllerApi.uploadAttachmentAsync(UploadAttachmentOptions uploadAttachmentOptions,
ApiCallback<List<String>> _callback)
Upload an attachment for sending using base64 file encoding.
|
okhttp3.Call |
AttachmentControllerApi.uploadAttachmentCall(UploadAttachmentOptions uploadAttachmentOptions,
ApiCallback _callback)
Build call for uploadAttachment
|
ApiResponse<List<String>> |
AttachmentControllerApi.uploadAttachmentWithHttpInfo(UploadAttachmentOptions uploadAttachmentOptions)
Upload an attachment for sending using base64 file encoding.
|
Modifier and Type | Method and Description |
---|---|
UploadAttachmentOptions |
UploadAttachmentOptions.base64Contents(String base64Contents) |
UploadAttachmentOptions |
UploadAttachmentOptions.contentType(String contentType) |
UploadAttachmentOptions |
UploadAttachmentOptions.filename(String filename) |
static UploadAttachmentOptions |
UploadAttachmentOptions.fromJson(String jsonString)
Create an instance of UploadAttachmentOptions given an JSON string
|
Copyright © 2023. All rights reserved.