StringCriteriaCondition

Criteria condition for filtering based on string values, including comparison operators and target values.

Types

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

Properties

Link copied to clipboard

The comparison operator used to evaluate the string criteria, such as equals, not equals, or contains.

Link copied to clipboard

List of string values to compare against when applying the criteria condition.

Functions

Link copied to clipboard
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