@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class WaitForSingleSmsOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WaitForSingleSmsOptions.CustomTypeAdapterFactory |
static class |
WaitForSingleSmsOptions.SortDirectionEnum
Gets or Sets sortDirection
|
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_BEFORE |
static String |
SERIALIZED_NAME_DELAY |
static String |
SERIALIZED_NAME_PHONE_NUMBER_ID |
static String |
SERIALIZED_NAME_SINCE |
static String |
SERIALIZED_NAME_SORT_DIRECTION |
static String |
SERIALIZED_NAME_TIMEOUT |
static String |
SERIALIZED_NAME_UNREAD_ONLY |
Constructor and Description |
---|
WaitForSingleSmsOptions() |
public static final String SERIALIZED_NAME_PHONE_NUMBER_ID
public static final String SERIALIZED_NAME_TIMEOUT
public static final String SERIALIZED_NAME_UNREAD_ONLY
public static final String SERIALIZED_NAME_BEFORE
public static final String SERIALIZED_NAME_SINCE
public static final String SERIALIZED_NAME_SORT_DIRECTION
public static final String SERIALIZED_NAME_DELAY
public WaitForSingleSmsOptions phoneNumberId(UUID phoneNumberId)
public void setPhoneNumberId(UUID phoneNumberId)
public WaitForSingleSmsOptions timeout(Long timeout)
public void setTimeout(Long timeout)
public WaitForSingleSmsOptions unreadOnly(Boolean unreadOnly)
public void setUnreadOnly(Boolean unreadOnly)
public WaitForSingleSmsOptions before(OffsetDateTime before)
@Nullable public OffsetDateTime getBefore()
public void setBefore(OffsetDateTime before)
public WaitForSingleSmsOptions since(OffsetDateTime since)
@Nullable public OffsetDateTime getSince()
public void setSince(OffsetDateTime since)
public WaitForSingleSmsOptions sortDirection(WaitForSingleSmsOptions.SortDirectionEnum sortDirection)
@Nullable public WaitForSingleSmsOptions.SortDirectionEnum getSortDirection()
public void setSortDirection(WaitForSingleSmsOptions.SortDirectionEnum sortDirection)
public WaitForSingleSmsOptions delay(Long delay)
public void setDelay(Long delay)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to WaitForSingleSmsOptionspublic static WaitForSingleSmsOptions fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to WaitForSingleSmsOptionspublic String toJson()
Copyright © 2023. All rights reserved.