| Package | Description |
|---|---|
| com.mailslurp.apis | |
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
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
|
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.waitForCall(WaitForConditions waitForConditions,
ApiCallback _callback)
Build call for waitFor
|
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 |
|---|---|
WaitForConditions |
WaitForConditions.addMatchesItem(MatchOption matchesItem) |
WaitForConditions |
WaitForConditions.count(Integer count) |
WaitForConditions |
WaitForConditions.countType(WaitForConditions.CountTypeEnum countType) |
WaitForConditions |
WaitForConditions.inboxId(UUID inboxId) |
WaitForConditions |
WaitForConditions.matches(List<MatchOption> matches) |
WaitForConditions |
WaitForConditions.sortDirection(WaitForConditions.SortDirectionEnum sortDirection) |
WaitForConditions |
WaitForConditions.timeout(Long timeout) |
WaitForConditions |
WaitForConditions.unreadOnly(Boolean unreadOnly) |
Copyright © 2021. All rights reserved.