DrillDownFilter

The drill down filter for the column hierarchies.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Types

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

Properties

Link copied to clipboard

The category type drill down filter. This filter is used for string type columns.

Link copied to clipboard

The numeric equality type drill down filter. This filter is used for number type columns.

Link copied to clipboard

The time range drill down filter. This filter is used for date time columns.

Functions

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