Uses of Class
com.sap.cloud.sdk.datamodel.odata.client.expression.OrderExpression
Package
Description
-
Uses of OrderExpression in com.sap.cloud.sdk.datamodel.odata.client.expression
Modifier and TypeMethodDescriptionTo maintain a Map of OrderExpressions with field name and order.static OrderExpression
To create OrderExpression with a field and ordering. -
Uses of OrderExpression in com.sap.cloud.sdk.datamodel.odata.client.query
Modifier and TypeMethodDescriptionStructuredQuery.orderBy
(OrderExpression ordering) Sets theorderBy
operation for this query object, overwriting any existingorderBy
operations. -
Uses of OrderExpression in com.sap.cloud.sdk.datamodel.odatav4.expression
Modifier and TypeMethodDescriptionstatic OrderExpression
FieldOrdering.toOrderExpression
(FieldOrdering<?>... orderings) Builds anOrderExpression
out of individual field orderings.