Package com.pullreports.model.config
Class PreFilter
Object
com.pullreports.model.config.PreFilter
A PreFilter applies a filter condition to all
Pull Reports Export Report REST API requests
to the containing Table.
Schema analog: <pre_filter>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a List of the values associated with this Filter as Strings.toString()
-
Constructor Details
-
PreFilter
-
PreFilter
-
-
Method Details
-
toString
-
getValuesAsStrings
Returns a List of the values associated with this Filter as Strings. Any value which is an instance of a String will be returned single quoted with any internal single quotes escaped with another single quote.- Returns:
- a List of values associated with this Filter as Strings or an empty List.
-
getColumnId
-
getOperator
-
getValues
-