| 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,
                  String searchFilter,
                  OffsetDateTime since,
                  OffsetDateTime before)
Get Inbox Sent Emails
 Returns an inbox's sent email receipts. 
 | 
PageSentEmailProjection | 
SentEmailsControllerApi.getSentEmails(UUID inboxId,
             Integer page,
             Integer size,
             String sort,
             String searchFilter,
             OffsetDateTime since,
             OffsetDateTime before)
Get all sent emails in paginated form 
 | 
PageSentEmailProjection | 
SentEmailsControllerApi.getSentOrganizationEmails(UUID inboxId,
                         Integer page,
                         Integer size,
                         String sort,
                         String searchFilter,
                         OffsetDateTime since,
                         OffsetDateTime before)
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,
                              String searchFilter,
                              OffsetDateTime since,
                              OffsetDateTime before)
Get Inbox Sent Emails
 Returns an inbox's sent email receipts. 
 | 
ApiResponse<PageSentEmailProjection> | 
SentEmailsControllerApi.getSentEmailsWithHttpInfo(UUID inboxId,
                         Integer page,
                         Integer size,
                         String sort,
                         String searchFilter,
                         OffsetDateTime since,
                         OffsetDateTime before)
Get all sent emails in paginated form 
 | 
ApiResponse<PageSentEmailProjection> | 
SentEmailsControllerApi.getSentOrganizationEmailsWithHttpInfo(UUID inboxId,
                                     Integer page,
                                     Integer size,
                                     String sort,
                                     String searchFilter,
                                     OffsetDateTime since,
                                     OffsetDateTime before)
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,
                       String searchFilter,
                       OffsetDateTime since,
                       OffsetDateTime before,
                       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,
                  String searchFilter,
                  OffsetDateTime since,
                  OffsetDateTime before,
                  ApiCallback<PageSentEmailProjection> _callback)
Get all sent emails in paginated form (asynchronously) 
 | 
okhttp3.Call | 
SentEmailsControllerApi.getSentOrganizationEmailsAsync(UUID inboxId,
                              Integer page,
                              Integer size,
                              String sort,
                              String searchFilter,
                              OffsetDateTime since,
                              OffsetDateTime before,
                              ApiCallback<PageSentEmailProjection> _callback)
(asynchronously)
 Get all sent organization emails in paginated form 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PageSentEmailProjection | 
PageSentEmailProjection.addContentItem(SentEmailProjection contentItem)  | 
PageSentEmailProjection | 
PageSentEmailProjection.content(List<SentEmailProjection> content)  | 
PageSentEmailProjection | 
PageSentEmailProjection.empty(Boolean empty)  | 
PageSentEmailProjection | 
PageSentEmailProjection.first(Boolean first)  | 
static PageSentEmailProjection | 
PageSentEmailProjection.fromJson(String jsonString)
Create an instance of PageSentEmailProjection given an JSON string 
 | 
PageSentEmailProjection | 
PageSentEmailProjection.last(Boolean last)  | 
PageSentEmailProjection | 
PageSentEmailProjection.number(Integer number)  | 
PageSentEmailProjection | 
PageSentEmailProjection.numberOfElements(Integer numberOfElements)  | 
PageSentEmailProjection | 
PageSentEmailProjection.pageable(PageableObject pageable)  | 
PageSentEmailProjection | 
PageSentEmailProjection.size(Integer size)  | 
PageSentEmailProjection | 
PageSentEmailProjection.sort(Sort sort)  | 
PageSentEmailProjection | 
PageSentEmailProjection.total(Long total)  | 
PageSentEmailProjection | 
PageSentEmailProjection.totalElements(Long totalElements)  | 
PageSentEmailProjection | 
PageSentEmailProjection.totalPages(Integer totalPages)  | 
Copyright © 2023. All rights reserved.