@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class MatchOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MatchOption.FieldEnum
The email property to match on.
|
static class |
MatchOption.ShouldEnum
What criteria to apply.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FIELD |
static String |
SERIALIZED_NAME_SHOULD |
static String |
SERIALIZED_NAME_VALUE |
| Constructor and Description |
|---|
MatchOption() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
MatchOption |
field(MatchOption.FieldEnum field) |
MatchOption.FieldEnum |
getField()
The email property to match on.
|
MatchOption.ShouldEnum |
getShould()
What criteria to apply.
|
String |
getValue()
The value you wish to compare with the value of the field specified using the `should` value passed.
|
int |
hashCode() |
void |
setField(MatchOption.FieldEnum field) |
void |
setShould(MatchOption.ShouldEnum should) |
void |
setValue(String value) |
MatchOption |
should(MatchOption.ShouldEnum should) |
String |
toString() |
MatchOption |
value(String value) |
public static final String SERIALIZED_NAME_FIELD
public static final String SERIALIZED_NAME_SHOULD
public static final String SERIALIZED_NAME_VALUE
public MatchOption field(MatchOption.FieldEnum field)
@Nullable public MatchOption.FieldEnum getField()
public void setField(MatchOption.FieldEnum field)
public MatchOption should(MatchOption.ShouldEnum should)
@Nullable public MatchOption.ShouldEnum getShould()
public void setShould(MatchOption.ShouldEnum should)
public MatchOption value(String value)
@Nullable public String getValue()
public void setValue(String value)
Copyright © 2021. All rights reserved.