Interface OrderByItem
public interface OrderByItem
Represents a single orderby information
For example: http://.../Employees?$orderby=Name
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the sort order of the orderby item
-
Method Details
-
isDescending
boolean isDescending()Returns the sort order of the orderby item- Returns:
- if false (default) the sort order is ascending, if true the sort order is descending
-
getExpression
Expression getExpression()- Returns:
- Expression which is used to order the items
-