Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static SmsMatchOption.FieldEnum |
SmsMatchOption.FieldEnum.fromValue(String value) |
SmsMatchOption.FieldEnum |
SmsMatchOption.getField()
Fields of an SMS object that can be used to filter results
|
SmsMatchOption.FieldEnum |
SmsMatchOption.FieldEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SmsMatchOption.FieldEnum |
SmsMatchOption.FieldEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmsMatchOption.FieldEnum[] |
SmsMatchOption.FieldEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SmsMatchOption |
SmsMatchOption.field(SmsMatchOption.FieldEnum field) |
void |
SmsMatchOption.setField(SmsMatchOption.FieldEnum field) |
void |
SmsMatchOption.FieldEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SmsMatchOption.FieldEnum enumeration) |
Copyright © 2023. All rights reserved.