Filter

class Filter

Information about a filter used to limit results of a query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The operator used to compare the fields.

Link copied to clipboard
val key: String

A key that can be used to sort results.

Link copied to clipboard

The values of the key.

Functions

Link copied to clipboard
inline fun copy(block: Filter.Builder.() -> Unit = {}): Filter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String