Filter

class Filter

Used to streamline results of a search based on the property being filtered.

Types

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

Properties

Link copied to clipboard

The property being filtered. For example, UserName.

Link copied to clipboard

The property values to filter on. For example, "user-123".

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