| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected EntityQueryFilterType |
EntityQueryFilter.type |
| Modifier and Type | Method and Description |
|---|---|
static EntityQueryFilterType |
EntityQueryFilterType.fromValue(String text) |
EntityQueryFilterType |
EntityQueryFilter.getType()
The filter type controls how the query node is interpreted.
|
static EntityQueryFilterType |
EntityQueryFilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityQueryFilterType[] |
EntityQueryFilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityQueryFilter.setType(EntityQueryFilterType type) |
EntityQueryFilter |
EntityQueryFilter.type(EntityQueryFilterType type) |
Copyright © 2021. All rights reserved.