FilterValue

Represents a single entry in the list of values for a FilterExpression.

Types

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

Properties

Link copied to clipboard

The type of filter value.

Link copied to clipboard

The value to be associated.

Functions

Link copied to clipboard
inline fun copy(block: FilterValue.Builder.() -> Unit = {}): FilterValue
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