| Package | Description |
|---|---|
| com.sap.cloud.sdk.datamodel.odata.client.expression | |
| com.sap.cloud.sdk.datamodel.odata.client.query |
| 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 |
|---|---|
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StructuredQuery |
StructuredQuery.orderBy(String field,
Order order) |
Copyright © 2020 SAP SE. All rights reserved.