Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
abstract class Builder<T : FilterOperators.Builder?>

Functions

Link copied to clipboard
If the dataItem is of type date, then date filtering parameters are specified using this.
Link copied to clipboard
abstract fun eq(): String
Equal to
Link copied to clipboard
abstract fun ge(): String
Greater than or equal to
Link copied to clipboard
abstract fun gt(): String
Greater than
Link copied to clipboard
abstract fun in(): Set<String>
In a list
Link copied to clipboard
abstract fun le(): String
Less than or equal to
Link copied to clipboard
abstract fun like(): String
Like
Link copied to clipboard
abstract fun lt(): String
Lesser than