static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.BOOL_EQUALS |
Static value BoolEquals for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.IS_NOT_NULL |
Static value IsNotNull for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.IS_NULL_OR_UNDEFINED |
Static value IsNullOrUndefined for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_GREATER_THAN |
Static value NumberGreaterThan for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_GREATER_THAN_OR_EQUALS |
Static value NumberGreaterThanOrEquals for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_IN |
Static value NumberIn for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_IN_RANGE |
Static value NumberInRange for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_LESS_THAN |
Static value NumberLessThan for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_LESS_THAN_OR_EQUALS |
Static value NumberLessThanOrEquals for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_NOT_IN |
Static value NumberNotIn for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.NUMBER_NOT_IN_RANGE |
Static value NumberNotInRange for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_BEGINS_WITH |
Static value StringBeginsWith for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_CONTAINS |
Static value StringContains for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_ENDS_WITH |
Static value StringEndsWith for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_IN |
Static value StringIn for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_NOT_BEGINS_WITH |
Static value StringNotBeginsWith for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_NOT_CONTAINS |
Static value StringNotContains for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_NOT_ENDS_WITH |
Static value StringNotEndsWith for AdvancedFilterOperatorType.
|
static AdvancedFilterOperatorType |
AdvancedFilterOperatorType.STRING_NOT_IN |
Static value StringNotIn for AdvancedFilterOperatorType.
|