| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
EmailSend |
EmailsApi.emailsTransactionalPost(EmailTransactionalMessage body)
Send transactional message (recipients will be known to each other)
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionalPostAsync(EmailTransactionalMessage body,
ApiCallback<EmailSend> callback)
Send transactional message (recipients will be known to each other) (asynchronously)
|
com.squareup.okhttp.Call |
EmailsApi.emailsTransactionalPostCall(EmailTransactionalMessage body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for emailsTransactionalPost
|
ApiResponse<EmailSend> |
EmailsApi.emailsTransactionalPostWithHttpInfo(EmailTransactionalMessage body)
Send transactional message (recipients will be known to each other)
|
Copyright © 2019. All rights reserved.