Name | Type | Description | Notes |
---|---|---|---|
name | String | [optional] | |
operation | String | [optional] | |
type | String | [optional] | |
value | Object | [optional] | |
variableOperation | VariableOperationEnum | [optional] |
Name | Value |
---|---|
EQUALS | "equals" |
NOT_EQUALS | "notEquals" |
EQUALS_IGNORE_CASE | "equalsIgnoreCase" |
NOT_EQUALS_IGNORE_CASE | "notEqualsIgnoreCase" |
LIKE | "like" |
GREATER_THAN | "greaterThan" |
GREATER_THAN_OR_EQUALS | "greaterThanOrEquals" |
LESS_THAN | "lessThan" |
LESS_THAN_OR_EQUALS | "lessThanOrEquals" |