public interface FilterOption
Or you can just call build to get your policy as-is.
| Modifier and Type | Method and Description |
|---|---|
BillingPolicy |
build()
Finish building policy without adding a filter.
|
ActionChoice |
filter(PolicyFilter filter)
This method allows you to apply a filter to your policy that it, for example,
only falls due on certain days.
|
BillingPolicy build()
ActionChoice filter(PolicyFilter filter)
After adding a filter you will need to select an action to be performed if that filter fails.
filter - - the PolicyFilter to usePolicyFilterCopyright © 2017. All rights reserved.