AutomationTriggeringRuleResponse

data class AutomationTriggeringRuleResponse(val expectedValue: String? = null, val operator: String? = null, val propertyJPath: String? = null, val propertyType: String? = null)

A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set.

Constructors

Link copied to clipboard
constructor(expectedValue: String? = null, operator: String? = null, propertyJPath: String? = null, propertyType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val expectedValue: String? = null

The expected value.

Link copied to clipboard
val operator: String? = null

A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.

Link copied to clipboard
val propertyJPath: String? = null

The JPath of the entity model property that should be checked.

Link copied to clipboard
val propertyType: String? = null

The data type of the compared operands (string, integer, floating point number or a boolean true/false]