GroupSearchFilter

A GroupSearchFilter object that you want to apply to your search.

Types

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

Properties

Link copied to clipboard

The name of the value that you want to use as a filter, for example "Name": "GROUP_NAME". Currently, the only supported name is GROUP_NAME.

Link copied to clipboard

The comparison operator that you want to use as a filter, for example "Operator": "StartsWith". Currently, the only supported operator is StartsWith.

Link copied to clipboard

The value of the named item, in this case GROUP_NAME, that you want to use as a filter.

Functions

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