| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingEmailCall(MatchOptions matchOptions,
Integer count,
UUID inboxId,
Long timeout,
Boolean unreadOnly,
ApiCallback _callback)
Build call for waitForMatchingEmail
|
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.
|
Email |
WaitForControllerApi.waitForMatchingFirstEmail(MatchOptions matchOptions,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait for or return the first email that matches proved MatchOptions array
Perform a search of emails in an inbox with the given patterns.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingFirstEmailAsync(MatchOptions matchOptions,
UUID inboxId,
Long timeout,
Boolean unreadOnly,
ApiCallback<Email> _callback)
Wait for or return the first email that matches proved MatchOptions array (asynchronously)
Perform a search of emails in an inbox with the given patterns.
|
okhttp3.Call |
WaitForControllerApi.waitForMatchingFirstEmailCall(MatchOptions matchOptions,
UUID inboxId,
Long timeout,
Boolean unreadOnly,
ApiCallback _callback)
Build call for waitForMatchingFirstEmail
|
ApiResponse<Email> |
WaitForControllerApi.waitForMatchingFirstEmailWithHttpInfo(MatchOptions matchOptions,
UUID inboxId,
Long timeout,
Boolean unreadOnly)
Wait for or return the first email that matches proved MatchOptions array
Perform a search of emails in an inbox with the given patterns.
|
| Modifier and Type | Method and Description |
|---|---|
MatchOptions |
MatchOptions.addMatchesItem(MatchOption matchesItem) |
MatchOptions |
MatchOptions.matches(List<MatchOption> matches) |
Copyright © 2021. All rights reserved.