Uses of Enum Class
com.flowingcode.backendcore.model.QuerySpec.Order
Packages that use QuerySpec.Order
-
Uses of QuerySpec.Order in com.flowingcode.backendcore.model
Methods in com.flowingcode.backendcore.model that return QuerySpec.OrderModifier and TypeMethodDescriptionstatic QuerySpec.OrderReturns the enum constant of this class with the specified name.static QuerySpec.Order[]QuerySpec.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.flowingcode.backendcore.model with parameters of type QuerySpec.OrderModifier and TypeMethodDescriptionvoidQuerySpec.addOrder(String property, QuerySpec.Order order)