Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static SmsMatchOption.ShouldEnum |
SmsMatchOption.ShouldEnum.fromValue(String value) |
SmsMatchOption.ShouldEnum |
SmsMatchOption.getShould()
How the value of the email field specified should be compared to the value given in the match options.
|
SmsMatchOption.ShouldEnum |
SmsMatchOption.ShouldEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SmsMatchOption.ShouldEnum |
SmsMatchOption.ShouldEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmsMatchOption.ShouldEnum[] |
SmsMatchOption.ShouldEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SmsMatchOption.setShould(SmsMatchOption.ShouldEnum should) |
SmsMatchOption |
SmsMatchOption.should(SmsMatchOption.ShouldEnum should) |
void |
SmsMatchOption.ShouldEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SmsMatchOption.ShouldEnum enumeration) |
Copyright © 2023. All rights reserved.