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 |
---|---|
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 |
---|---|
Order |
FieldOrdering.getOrder() |
Constructor and Description |
---|
FieldOrdering(SimpleProperty<EntityT> property,
Order order) |
Copyright © 2020 SAP SE. All rights reserved.