StringFilterInput
input
String property filtering options.
Input Fields
caseSensitivity
StringFilterCaseSensitiveInput
default: NON_SENSITIVE
Case sensitivity.
contains
String
Value is a partial match.
notContains
String
Value is not a partial match.
equals
String
Value is an exact match.
notEquals
String
Value is not an exact match.
startsWith
String
Value is begining match
endsWith
String
Value is end of match