| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
EmailSend |
EmailsApi.emailsMergePost(EmailMergeMessage body)
Send bulk merge email
|
EmailSend |
EmailsApi.emailsTransactionalPost(EmailTransactionalMessage body)
Send transactional message (recipients will be known to each other)
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<EmailSend> |
EmailsApi.emailsMergePostWithHttpInfo(EmailMergeMessage body)
Send bulk merge email
|
ApiResponse<EmailSend> |
EmailsApi.emailsTransactionalPostWithHttpInfo(EmailTransactionalMessage body)
Send transactional message (recipients will be known to each other)
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
EmailsApi.emailsMergePostAsync(EmailMergeMessage body,
ApiCallback<EmailSend> callback)
Send bulk merge email (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionalPostAsync(EmailTransactionalMessage body,
ApiCallback<EmailSend> callback)
Send transactional message (recipients will be known to each other) (asynchronously)
|
| Modifier and Type | Method and Description |
|---|---|
EmailSend |
EmailSend.messageID(String messageID) |
EmailSend |
EmailSend.transactionID(String transactionID) |
Copyright © 2019. All rights reserved.