Uses of Enum Class
com.sap.cloud.sdk.datamodel.odata.helper.Order
Packages that use Order
-
Uses of Order in com.sap.cloud.sdk.datamodel.odata.helper
Methods in com.sap.cloud.sdk.datamodel.odata.helper that return OrderModifier and TypeMethodDescriptionstatic Order
Returns the enum constant of this class with the specified name.static Order[]
Order.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sap.cloud.sdk.datamodel.odata.helper with parameters of type OrderModifier and TypeMethodDescriptionFluentHelperRead.orderBy
(EntityField<EntityT, ?> field, Order order) Query modifier to sort the set of returned entities by one or more fields.