Interface OrderByOption
- All Superinterfaces:
QueryOption
,SystemQueryOption
Represents the system query option $orderby
For example: http://.../Employees?$orderby=Name, Age desc
-
Method Summary
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.QueryOption
getName, getText
Methods inherited from interface org.apache.olingo.server.api.uri.queryoption.SystemQueryOption
getKind
-
Method Details
-
getOrders
List<OrderByItem> getOrders()- Returns:
- List of single orders used in $orderby
-