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.
|
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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SmsPreview |
SmsPreview.body(String body) |
SmsPreview |
SmsPreview.createdAt(OffsetDateTime createdAt) |
static SmsPreview |
SmsPreview.fromJson(String jsonString)
Create an instance of SmsPreview given an JSON string
|
SmsPreview |
SmsPreview.fromNumber(String fromNumber) |
SmsPreview |
SmsPreview.id(UUID id) |
SmsPreview |
SmsPreview.phoneNumber(UUID phoneNumber) |
SmsPreview |
SmsPreview.userId(UUID userId) |
Copyright © 2023. All rights reserved.