Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
List<SmsPreview> |
WaitForControllerApi.waitForSms(WaitForSmsConditions waitForSmsConditions)
Wait for an SMS message to match the provided filter conditions such as body contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForSmsAsync(WaitForSmsConditions waitForSmsConditions,
ApiCallback<List<SmsPreview>> _callback)
Wait for an SMS message to match the provided filter conditions such as body contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForSmsCall(WaitForSmsConditions waitForSmsConditions,
ApiCallback _callback)
Build call for waitForSms
|
ApiResponse<List<SmsPreview>> |
WaitForControllerApi.waitForSmsWithHttpInfo(WaitForSmsConditions waitForSmsConditions)
Wait for an SMS message to match the provided filter conditions such as body contains keyword.
|
Modifier and Type | Method and Description |
---|---|
WaitForSmsConditions |
WaitForSmsConditions.addMatchesItem(SmsMatchOption matchesItem) |
WaitForSmsConditions |
WaitForSmsConditions.before(OffsetDateTime before) |
WaitForSmsConditions |
WaitForSmsConditions.count(Long count) |
WaitForSmsConditions |
WaitForSmsConditions.countType(WaitForSmsConditions.CountTypeEnum countType) |
WaitForSmsConditions |
WaitForSmsConditions.delayTimeout(Long delayTimeout) |
static WaitForSmsConditions |
WaitForSmsConditions.fromJson(String jsonString)
Create an instance of WaitForSmsConditions given an JSON string
|
WaitForSmsConditions |
WaitForSmsConditions.limit(Integer limit) |
WaitForSmsConditions |
WaitForSmsConditions.matches(List<SmsMatchOption> matches) |
WaitForSmsConditions |
WaitForSmsConditions.phoneNumberId(UUID phoneNumberId) |
WaitForSmsConditions |
WaitForSmsConditions.since(OffsetDateTime since) |
WaitForSmsConditions |
WaitForSmsConditions.sortDirection(WaitForSmsConditions.SortDirectionEnum sortDirection) |
WaitForSmsConditions |
WaitForSmsConditions.timeout(Long timeout) |
WaitForSmsConditions |
WaitForSmsConditions.unreadOnly(Boolean unreadOnly) |
Copyright © 2023. All rights reserved.