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