Uses of Class
com.sap.cloud.sdk.datamodel.odatav4.expression.FieldOrdering
Package
Description
-
Uses of FieldOrdering in com.sap.cloud.sdk.datamodel.odatav4.core
Modifier and TypeMethodDescriptiondefault FieldOrdering<EntityT>
SimpleProperty.asc()
A property for order ascending.default FieldOrdering<EntityT>
SimpleProperty.desc()
A property for order descending.Modifier and TypeMethodDescriptionfinal GetAllRequestBuilder<EntityT>
GetAllRequestBuilder.orderBy
(FieldOrdering<EntityT>... ordering) NavigationPropertyCollection.orderBy
(FieldOrdering<TargetT>... ordering) NavigationPropertyCollectionQuery.orderBy
(FieldOrdering<EntityT>... ordering) -
Uses of FieldOrdering in com.sap.cloud.sdk.datamodel.odatav4.expression
Modifier and TypeMethodDescriptionstatic <EntityT> FieldOrdering<EntityT>
FieldOrdering.asc
(SimpleProperty<EntityT> property) Creates aFieldOrdering
representing an ascending order over the given propertystatic <EntityT> FieldOrdering<EntityT>
FieldOrdering.desc
(SimpleProperty<EntityT> property) Creates aFieldOrdering
representing an descending order over the given property.Modifier and TypeMethodDescriptionstatic OrderExpression
FieldOrdering.toOrderExpression
(FieldOrdering<?>... orderings) Builds anOrderExpression
out of individual field orderings.