| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
PageSentEmailProjection |
InboxControllerApi.getInboxSentEmails(UUID inboxId,
Integer page,
Integer size,
String sort)
Get Inbox Sent Emails
Returns an inbox's sent email receipts.
|
PageSentEmailProjection |
SentEmailsControllerApi.getSentEmails(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent emails in paginated form
|
PageSentEmailProjection |
SentEmailsControllerApi.getSentOrganizationEmails(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent organization emails in paginated form
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageSentEmailProjection> |
InboxControllerApi.getInboxSentEmailsWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort)
Get Inbox Sent Emails
Returns an inbox's sent email receipts.
|
ApiResponse<PageSentEmailProjection> |
SentEmailsControllerApi.getSentEmailsWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent emails in paginated form
|
ApiResponse<PageSentEmailProjection> |
SentEmailsControllerApi.getSentOrganizationEmailsWithHttpInfo(UUID inboxId,
Integer page,
Integer size,
String sort)
Get all sent organization emails in paginated form
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InboxControllerApi.getInboxSentEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
ApiCallback<PageSentEmailProjection> _callback)
Get Inbox Sent Emails (asynchronously)
Returns an inbox's sent email receipts.
|
okhttp3.Call |
SentEmailsControllerApi.getSentEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
ApiCallback<PageSentEmailProjection> _callback)
Get all sent emails in paginated form (asynchronously)
|
okhttp3.Call |
SentEmailsControllerApi.getSentOrganizationEmailsAsync(UUID inboxId,
Integer page,
Integer size,
String sort,
ApiCallback<PageSentEmailProjection> _callback)
Get all sent organization emails in paginated form (asynchronously)
|
Copyright © 2021. All rights reserved.