Filter

class Filter

A search filter.

Types

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

Properties

Link copied to clipboard

The field on which to filter.

Link copied to clipboard

The operator to use for comparing the field’s value with the provided value.

Link copied to clipboard

The desired field value on which to filter.

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