Class OrderByImpl
java.lang.Object
org.apache.olingo.server.core.uri.queryoption.apply.OrderByImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.olingo.server.api.uri.queryoption.ApplyItem
ApplyItem.Kind -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKind()Gets the kind of the transformation.Gets the order by option.setOrderByOption(OrderByOption orderByOption)
-
Constructor Details
-
OrderByImpl
public OrderByImpl()
-
-
Method Details
-
getKind
Description copied from interface:ApplyItemGets the kind of the transformation. -
getOrderByOption
Description copied from interface:OrderByGets the order by option.- Specified by:
getOrderByOptionin interfaceOrderBy- Returns:
- a
OrderByOption(but nevernull)
-
setOrderByOption
-