| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
RulePredicateSizeRange |
RuleExceptions.getWithinSizeRange()
Gets the minimum and maximum sizes that incoming messages must be in order for the condition or exception to apply.
|
RulePredicateSizeRange |
RuleConditions.getWithinSizeRange()
Gets the minimum and maximum sizes that incoming messages must be in order for the condition or exception to apply.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RuleExceptions.setWithinSizeRange(RulePredicateSizeRange withinSizeRange)
Sets the minimum and maximum sizes that incoming messages must be in order for the condition or exception to apply.
|
void |
RuleConditions.setWithinSizeRange(RulePredicateSizeRange withinSizeRange)
Sets the minimum and maximum sizes that incoming messages must be in order for the condition or exception to apply.
|