RuleCondition

An object that defines the ruleCondition and the ruleName to use in a matching workflow.

Types

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

Properties

Link copied to clipboard

A statement that specifies the conditions for a matching rule.

Link copied to clipboard

A name for the matching rule.

Functions

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