filter property

Set<String> filter
getter/setter pair

filter should be something like future, past, after, before, no_dates

Classes and methods that can accept a filter in their API calls will specify those filters in the documentation for that specific class or method. See PcoServicesPlan.getFromServiceType() for an example.

Note: some filters require additional data that can be supplied with the extraParams property.

Implementation

Set<String> filter = {};