Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConditionOperator

Enumeration members

Contains

Contains: = "CONTAINS"

ContainsIgnoreCase

ContainsIgnoreCase: = "CONTAINS_IGNORE_CASE"

ContainsOneofRegexes

ContainsOneofRegexes: = "CONTAINS_ONEOF_REGEXES"

ContainsRegex

ContainsRegex: = "CONTAINS_REGEX"

EndsWith

EndsWith: = "ENDS_WITH"

Equal

Equal: = "EQUAL"

EqualIgnoreCase

EqualIgnoreCase: = "EQUAL_IGNORE_CASE"

In

In: = "IN"

InIgnoreCase

InIgnoreCase: = "IN_IGNORE_CASE"

NotContains

NotContains: = "NOT_CONTAINS"

NotEqual

NotEqual: = "NOT_EQUAL"

NotIn

NotIn: = "NOT_IN"

NotNull

NotNull: = "NOT_NULL"

StartsWith

StartsWith: = "STARTS_WITH"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.