| Package | Description |
|---|---|
| com.mailslurp.models |
| Modifier and Type | Method and Description |
|---|---|
ConditionOption |
ConditionOption.condition(ConditionOption.ConditionEnum condition) |
static ConditionOption |
ConditionOption.fromJson(String jsonString)
Create an instance of ConditionOption given an JSON string
|
ConditionOption |
ConditionOption.value(ConditionOption.ValueEnum value) |
| Modifier and Type | Method and Description |
|---|---|
List<ConditionOption> |
MatchOptions.getConditions()
Zero or more conditions such as `{ condition: 'HAS_ATTACHMENTS', value: 'TRUE' }`.
|
| Modifier and Type | Method and Description |
|---|---|
MatchOptions |
MatchOptions.addConditionsItem(ConditionOption conditionsItem) |
| Modifier and Type | Method and Description |
|---|---|
MatchOptions |
MatchOptions.conditions(List<ConditionOption> conditions) |
void |
MatchOptions.setConditions(List<ConditionOption> conditions) |
Copyright © 2023. All rights reserved.