| Package | Description | 
|---|---|
| com.mailslurp.models | 
| Modifier and Type | Method and Description | 
|---|---|
MatchOption | 
MatchOption.field(MatchOption.FieldEnum field)  | 
static MatchOption | 
MatchOption.fromJson(String jsonString)
Create an instance of MatchOption given an JSON string 
 | 
MatchOption | 
MatchOption.should(MatchOption.ShouldEnum should)  | 
MatchOption | 
MatchOption.value(String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<MatchOption> | 
WaitForConditions.getMatches()
Conditions that should be matched for an email to qualify for results. 
 | 
List<MatchOption> | 
MatchOptions.getMatches()
Zero or more match options such as `{ field: 'SUBJECT', should: 'CONTAIN', value: 'Welcome' }`. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WaitForConditions | 
WaitForConditions.addMatchesItem(MatchOption matchesItem)  | 
MatchOptions | 
MatchOptions.addMatchesItem(MatchOption matchesItem)  | 
| Modifier and Type | Method and Description | 
|---|---|
WaitForConditions | 
WaitForConditions.matches(List<MatchOption> matches)  | 
MatchOptions | 
MatchOptions.matches(List<MatchOption> matches)  | 
void | 
WaitForConditions.setMatches(List<MatchOption> matches)  | 
void | 
MatchOptions.setMatches(List<MatchOption> matches)  | 
Copyright © 2023. All rights reserved.