Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
SmsDto |
WaitForControllerApi.waitForLatestSms(WaitForSingleSmsOptions waitForSingleSmsOptions)
Wait for the latest SMS message to match the provided filter conditions such as body contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForLatestSmsAsync(WaitForSingleSmsOptions waitForSingleSmsOptions,
ApiCallback<SmsDto> _callback)
Wait for the latest SMS message to match the provided filter conditions such as body contains keyword.
|
okhttp3.Call |
WaitForControllerApi.waitForLatestSmsCall(WaitForSingleSmsOptions waitForSingleSmsOptions,
ApiCallback _callback)
Build call for waitForLatestSms
|
ApiResponse<SmsDto> |
WaitForControllerApi.waitForLatestSmsWithHttpInfo(WaitForSingleSmsOptions waitForSingleSmsOptions)
Wait for the latest SMS message to match the provided filter conditions such as body contains keyword.
|
Modifier and Type | Method and Description |
---|---|
WaitForSingleSmsOptions |
WaitForSingleSmsOptions.before(OffsetDateTime before) |
WaitForSingleSmsOptions |
WaitForSingleSmsOptions.delay(Long delay) |
static WaitForSingleSmsOptions |
WaitForSingleSmsOptions.fromJson(String jsonString)
Create an instance of WaitForSingleSmsOptions given an JSON string
|
WaitForSingleSmsOptions |
WaitForSingleSmsOptions.phoneNumberId(UUID phoneNumberId) |
WaitForSingleSmsOptions |
WaitForSingleSmsOptions.since(OffsetDateTime since) |
WaitForSingleSmsOptions |
WaitForSingleSmsOptions.sortDirection(WaitForSingleSmsOptions.SortDirectionEnum sortDirection) |
WaitForSingleSmsOptions |
WaitForSingleSmsOptions.timeout(Long timeout) |
WaitForSingleSmsOptions |
WaitForSingleSmsOptions.unreadOnly(Boolean unreadOnly) |
Copyright © 2023. All rights reserved.