RuleSet

class RuleSet

A rule set contains a list of rules that are evaluated in order. Each rule is evaluated sequentially for each email.

Types

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

Properties

Link copied to clipboard

The last modification date of the rule set.

Link copied to clipboard

The identifier of the rule set.

Link copied to clipboard

A user-friendly name for the rule set.

Functions

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