public abstract class OrderByExpression extends Object
| Constructor and Description |
|---|
OrderByExpression() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getOrderByProperty()
Gets the property specified in the $orderby system query option.
|
abstract boolean |
isDescending()
Indicates whether the sorting order specified in the $orderby system query option is descending.
|
public abstract boolean isDescending()
boolean indicating whether the sorting order is descendingpublic abstract String getOrderByProperty()
String containing the property nameCopyright © 2020 SAP. All Rights Reserved.