Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odata.client.expression | |
com.sap.cloud.sdk.datamodel.odata.client.query | |
com.sap.cloud.sdk.datamodel.odatav4.expression |
Modifier and Type | Method and Description |
---|---|
OrderExpression |
OrderExpression.and(String fieldName,
Order order)
To maintain a Map of OrderExpressions with field name and order.
|
static OrderExpression |
OrderExpression.of(String fieldName,
Order order)
To create OrderExpression with a field and ordering.
|
Modifier and Type | Method and Description |
---|---|
OrderExpression |
StructuredQuery.getOrderBy() |
Modifier and Type | Method and Description |
---|---|
StructuredQuery |
StructuredQuery.orderBy(OrderExpression ordering) |
Modifier and Type | Method and Description |
---|---|
static OrderExpression |
FieldOrdering.toOrderExpression(FieldOrdering<?>... orderings)
Builds an
OrderExpression out of individual field orderings. |
Copyright © 2020 SAP SE. All rights reserved.