contains |
String |
The text of the "contains" filter operator. |
doesnotcontain |
String |
The text of the "does not contain" filter operator. |
doesnotendwith |
String |
The text of the "does not end with" filter operator. |
doesnotstartwith |
String |
The text of the "does not start with" filter operator. |
endswith |
String |
The text of the "ends with" filter operator. |
eq |
String |
The text of the "equal" filter operator. |
isempty |
String |
The text of the "isempty" filter operator. |
isnotempty |
String |
The text of the "isnotempty" filter operator. |
isnotnull |
String |
The text of the "isnotnull" filter operator. |
isnotnullorempty |
String |
The text of the "isnotnullorempty" filter operator. |
isnull |
String |
The text of the "isnull" filter operator. |
isnullorempty |
String |
The text of the "isnullorempty" filter operator. |
neq |
String |
The text of the "not equal" filter operator. |
startswith |
String |
The text of the "starts with" filter operator. |