GroupFilter

A filter collection that you can use to restrict the results from a List operation to only those you want to include.

Types

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

Properties

Link copied to clipboard

The name of the filter. Filter names are case-sensitive.

Link copied to clipboard

One or more filter values. Allowed filter values vary by group filter name, and are case-sensitive.

Functions

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