Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
List<EmailPreview> |
WaitForControllerApi.waitFor(WaitForConditions waitForConditions)
Wait for an email to match the provided filter conditions such as subject contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForAsync(WaitForConditions waitForConditions,
ApiCallback<List<EmailPreview>> _callback)
Wait for an email to match the provided filter conditions such as subject contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForCall(WaitForConditions waitForConditions,
ApiCallback _callback)
Build call for waitFor
|
ApiResponse<List<EmailPreview>> |
WaitForControllerApi.waitForWithHttpInfo(WaitForConditions waitForConditions)
Wait for an email to match the provided filter conditions such as subject contains keyword.
|
Modifier and Type | Method and Description |
---|---|
WaitForConditions |
WaitForConditions.addMatchesItem(MatchOption matchesItem) |
WaitForConditions |
WaitForConditions.before(OffsetDateTime before) |
WaitForConditions |
WaitForConditions.count(Integer count) |
WaitForConditions |
WaitForConditions.countType(WaitForConditions.CountTypeEnum countType) |
WaitForConditions |
WaitForConditions.delayTimeout(Long delayTimeout) |
static WaitForConditions |
WaitForConditions.fromJson(String jsonString)
Create an instance of WaitForConditions given an JSON string
|
WaitForConditions |
WaitForConditions.inboxId(UUID inboxId) |
WaitForConditions |
WaitForConditions.matches(List<MatchOption> matches) |
WaitForConditions |
WaitForConditions.since(OffsetDateTime since) |
WaitForConditions |
WaitForConditions.sortDirection(WaitForConditions.SortDirectionEnum sortDirection) |
WaitForConditions |
WaitForConditions.timeout(Long timeout) |
WaitForConditions |
WaitForConditions.unreadOnly(Boolean unreadOnly) |
Copyright © 2023. All rights reserved.