API reference
API reference
Select your platform
No SDKs available
No versions available

FilterNodeType

FilterNodeType

enum FilterNodeType : Enum<FilterNodeType>
An enumeration representing the node type of a filter.

Entries

NameSummary
NOT
A filter node that represents a logical NOT operation.
AND
A filter node that represents a logical AND operation.
OR
A filter node that represents a logical OR operation.
FILTER
A filter node that represents a filter operation.

Properties

NameSummary
name
val name: String
ordinal
val ordinal: Int

Functions

NameSummary
valueOf
fun valueOf(value: String): FilterNodeType
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<FilterNodeType>
Returns an array containing the constants of this enum type, in the order they’re declared.
Did you find this page helpful?
Thumbs up icon
Thumbs down icon