| Package | Description |
|---|---|
| ch.postfinance.sdk.model |
| Modifier and Type | Field and Description |
|---|---|
protected List<EntityQueryOrderBy> |
EntityQuery.orderBys |
| Modifier and Type | Method and Description |
|---|---|
EntityQueryOrderBy |
EntityQueryOrderBy.fieldName(String fieldName) |
EntityQueryOrderBy |
EntityQueryOrderBy.sorting(EntityQueryOrderByType sorting) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityQueryOrderBy> |
EntityQuery.getOrderBys()
The order bys allows to define the ordering of the entities returned by the search.
|
| Modifier and Type | Method and Description |
|---|---|
EntityQuery |
EntityQuery.addOrderBysItem(EntityQueryOrderBy orderBysItem) |
| Modifier and Type | Method and Description |
|---|---|
EntityQuery |
EntityQuery.orderBys(List<EntityQueryOrderBy> orderBys) |
void |
EntityQuery.setOrderBys(List<EntityQueryOrderBy> orderBys) |
Copyright © 2023. All rights reserved.