| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
List<EmailPreview> |
InboxControllerApi.getEmails(UUID inboxId,
Integer limit,
Long minCount,
Long retryTimeout,
OffsetDateTime since,
Integer size,
String sort)
Get emails in an Inbox.
|
ApiResponse<List<EmailPreview>> |
InboxControllerApi.getEmailsWithHttpInfo(UUID inboxId,
Integer limit,
Long minCount,
Long retryTimeout,
OffsetDateTime since,
Integer size,
String sort)
Get emails in an Inbox.
|
List<EmailPreview> |
WaitForControllerApi.waitFor(WaitForConditions waitForConditions)
Wait for conditions to be met
Generic waitFor method that will wait until an inbox meets given conditions or return immediately if already met
|
List<EmailPreview> |
WaitForControllerApi.waitForEmailCount(Integer count,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait for and return count number of emails
If inbox contains count or more emails at time of request then return count worth of emails.
|
ApiResponse<List<EmailPreview>> |
WaitForControllerApi.waitForEmailCountWithHttpInfo(Integer count,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait for and return count number of emails
If inbox contains count or more emails at time of request then return count worth of emails.
|
List<EmailPreview> |
WaitForControllerApi.waitForMatchingEmail(MatchOptions matchOptions,
Integer count,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait or return list of emails that match simple matching patterns
Perform a search of emails in an inbox with the given patterns.
|
ApiResponse<List<EmailPreview>> |
WaitForControllerApi.waitForMatchingEmailWithHttpInfo(MatchOptions matchOptions,
Integer count,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait or return list of emails that match simple matching patterns
Perform a search of emails in an inbox with the given patterns.
|
ApiResponse<List<EmailPreview>> |
WaitForControllerApi.waitForWithHttpInfo(WaitForConditions waitForConditions)
Wait for conditions to be met
Generic waitFor method that will wait until an inbox meets given conditions or return immediately if already met
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
InboxControllerApi.getEmailsAsync(UUID inboxId,
Integer limit,
Long minCount,
Long retryTimeout,
OffsetDateTime since,
Integer size,
String sort,
ApiCallback<List<EmailPreview>> _callback)
Get emails in an Inbox.
|
okhttp3.Call |
WaitForControllerApi.waitForAsync(WaitForConditions waitForConditions,
ApiCallback<List<EmailPreview>> _callback)
Wait for conditions to be met (asynchronously)
Generic waitFor method that will wait until an inbox meets given conditions or return immediately if already met
|
okhttp3.Call |
WaitForControllerApi.waitForEmailCountAsync(Integer count,
UUID inboxId,
Long timeout,
Boolean unreadOnly,
ApiCallback<List<EmailPreview>> _callback)
Wait for and return count number of emails (asynchronously)
If inbox contains count or more emails at time of request then return count worth of emails.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingEmailAsync(MatchOptions matchOptions,
Integer count,
UUID inboxId,
Long timeout,
Boolean unreadOnly,
ApiCallback<List<EmailPreview>> _callback)
Wait or return list of emails that match simple matching patterns (asynchronously)
Perform a search of emails in an inbox with the given patterns.
|
| Modifier and Type | Method and Description |
|---|---|
EmailPreview |
EmailPreview.addAttachmentsItem(String attachmentsItem) |
EmailPreview |
EmailPreview.addBccItem(String bccItem) |
EmailPreview |
EmailPreview.addCcItem(String ccItem) |
EmailPreview |
EmailPreview.addToItem(String toItem) |
EmailPreview |
EmailPreview.attachments(List<String> attachments) |
EmailPreview |
EmailPreview.bcc(List<String> bcc) |
EmailPreview |
EmailPreview.cc(List<String> cc) |
EmailPreview |
EmailPreview.createdAt(OffsetDateTime createdAt) |
EmailPreview |
EmailPreview.from(String from) |
EmailPreview |
EmailPreview.id(UUID id) |
EmailPreview |
EmailPreview.read(Boolean read) |
EmailPreview |
EmailPreview.subject(String subject) |
EmailPreview |
EmailPreview.to(List<String> to) |
| Modifier and Type | Method and Description |
|---|---|
List<EmailPreview> |
PageEmailPreview.getContent()
Get content
|
| Modifier and Type | Method and Description |
|---|---|
PageEmailPreview |
PageEmailPreview.addContentItem(EmailPreview contentItem) |
| Modifier and Type | Method and Description |
|---|---|
PageEmailPreview |
PageEmailPreview.content(List<EmailPreview> content) |
void |
PageEmailPreview.setContent(List<EmailPreview> content) |
Copyright © 2021. All rights reserved.