Package | Description |
---|---|
com.sap.cloud.sdk.datamodel.odatav4.core | |
com.sap.cloud.sdk.datamodel.odatav4.expression |
Modifier and Type | Method and Description |
---|---|
default FieldOrdering<EntityT> |
SimpleProperty.asc()
A property for order ascending.
|
default FieldOrdering<EntityT> |
SimpleProperty.desc()
A property for order descending.
|
Modifier and Type | Method and Description |
---|---|
NavigationPropertyCollectionQuery<ParentEntityT,EntityT> |
NavigationPropertyCollectionQuery.orderBy(FieldOrdering<EntityT>... ordering) |
GetAllRequestBuilder<EntityT> |
GetAllRequestBuilder.orderBy(FieldOrdering<EntityT>... ordering)
Sort the set of returned entities by non-complex fields.
|
NavigationPropertyCollectionQuery<EntityT,TargetT> |
NavigationPropertyCollection.orderBy(FieldOrdering<TargetT>... ordering) |
Modifier and Type | Method and Description |
---|---|
static <EntityT> FieldOrdering<EntityT> |
FieldOrdering.asc(SimpleProperty<EntityT> property)
Creates a
FieldOrdering representing an ascending order over the given property |
static <EntityT> FieldOrdering<EntityT> |
FieldOrdering.desc(SimpleProperty<EntityT> property)
Creates a
FieldOrdering representing an descending order over the given property. |
Modifier and Type | Method and Description |
---|---|
static OrderExpression |
FieldOrdering.toOrderExpression(FieldOrdering<?>... orderings)
Builds an
OrderExpression out of individual field orderings. |
Copyright © 2021 SAP SE. All rights reserved.