| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected CriteriaOperator |
EntityQueryFilter.operator |
| Modifier and Type | Method and Description |
|---|---|
static CriteriaOperator |
CriteriaOperator.fromValue(String text) |
CriteriaOperator |
EntityQueryFilter.getOperator()
The 'operator' indicates what kind of filtering on the 'fieldName' is executed on.
|
static CriteriaOperator |
CriteriaOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CriteriaOperator[] |
CriteriaOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EntityQueryFilter |
EntityQueryFilter.operator(CriteriaOperator operator) |
void |
EntityQueryFilter.setOperator(CriteriaOperator operator) |
Copyright © 2022. All rights reserved.