Package | Description |
---|---|
com.mailslurp.models |
Modifier and Type | Method and Description |
---|---|
static MatchOption.ShouldEnum |
MatchOption.ShouldEnum.fromValue(String value) |
MatchOption.ShouldEnum |
MatchOption.getShould()
How the value of the email field specified should be compared to the value given in the match options.
|
MatchOption.ShouldEnum |
MatchOption.ShouldEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MatchOption.ShouldEnum |
MatchOption.ShouldEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchOption.ShouldEnum[] |
MatchOption.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 |
MatchOption.setShould(MatchOption.ShouldEnum should) |
MatchOption |
MatchOption.should(MatchOption.ShouldEnum should) |
void |
MatchOption.ShouldEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MatchOption.ShouldEnum enumeration) |
Copyright © 2023. All rights reserved.