Modifier and Type | Method and Description |
---|---|
RulePredicates |
InboxRule.getConditions()
Gets or sets the conditions that, when fulfilled, will trigger the rule actions for that rule.
|
RulePredicates |
InboxRule.getExceptions()
Gets or sets the exceptions that represent all the available rule exception conditions for the inbox rule.
|
Modifier and Type | Method and Description |
---|---|
void |
InboxRule.setConditions(RulePredicates value)
Gets or sets the conditions that, when fulfilled, will trigger the rule actions for that rule.
|
void |
InboxRule.setExceptions(RulePredicates value)
Gets or sets the exceptions that represent all the available rule exception conditions for the inbox rule.
|