Package | Description |
---|---|
com.mailslurp.apis | |
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
SmsDto |
SmsControllerApi.getSmsMessage(UUID smsId)
Get SMS content including body.
|
SmsDto |
WaitForControllerApi.waitForLatestSms(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 |
---|---|
ApiResponse<SmsDto> |
SmsControllerApi.getSmsMessageWithHttpInfo(UUID smsId)
Get SMS content including body.
|
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 |
---|---|
okhttp3.Call |
SmsControllerApi.getSmsMessageAsync(UUID smsId,
ApiCallback<SmsDto> _callback)
Get SMS content including body.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SmsDto |
SmsDto.body(String body) |
SmsDto |
SmsDto.createdAt(OffsetDateTime createdAt) |
static SmsDto |
SmsDto.fromJson(String jsonString)
Create an instance of SmsDto given an JSON string
|
SmsDto |
SmsDto.fromNumber(String fromNumber) |
SmsDto |
SmsDto.id(UUID id) |
SmsDto |
SmsDto.phoneNumber(UUID phoneNumber) |
SmsDto |
SmsDto.read(Boolean read) |
SmsDto |
SmsDto.updatedAt(OffsetDateTime updatedAt) |
SmsDto |
SmsDto.userId(UUID userId) |
Copyright © 2023. All rights reserved.