Uses of Enum Class
org.apache.olingo.odata2.api.uri.expression.SortOrder
Packages that use SortOrder
Package
Description
Expression Parser
-
Uses of SortOrder in org.apache.olingo.odata2.api.uri.expression
Methods in org.apache.olingo.odata2.api.uri.expression that return SortOrderModifier and TypeMethodDescriptionOrderExpression.getSortOrder()static SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.olingo.odata2.api.uri.expression with parameters of type SortOrderModifier and TypeMethodDescriptionExpressionVisitor.visitOrder(OrderExpression orderExpression, Object filterResult, SortOrder sortOrder) Visits a order expression -
Uses of SortOrder in org.apache.olingo.odata2.core.uri.expression
Methods in org.apache.olingo.odata2.core.uri.expression that return SortOrderMethods in org.apache.olingo.odata2.core.uri.expression with parameters of type SortOrderModifier and TypeMethodDescriptionJsonVisitor.visitOrder(OrderExpression orderExpression, Object filterResult, SortOrder sortOrder)