Builder

class Builder

A builder for Condition.

Functions

Link copied to clipboard

Returns an immutable instance of Condition.

Link copied to clipboard

Sets Builder.value to an arbitrary JSON value.

A regex string, to be used with MATCHES or DOES_NOT_MATCH

Alias for calling value with Value.ofNumber(number).

Alias for calling value with Value.ofRegex(regex).

Link copied to clipboard

Alias for calling value with Value.ofListOfStrings(listOfStrings).