Uses of Enum
com.google.cloud.firestore.Query.Direction
Packages that use Query.Direction
-
Uses of Query.Direction in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return Query.DirectionModifier and TypeMethodDescriptionstatic Query.DirectionReturns the enum constant of this type with the specified name.static Query.Direction[]Query.Direction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.firestore with parameters of type Query.DirectionModifier and TypeMethodDescriptionQuery.orderBy(FieldPath fieldPath, Query.Direction direction) Creates and returns a new Query that's additionally sorted by the specified field, optionally in descending order instead of ascending.Query.orderBy(String field, Query.Direction direction) Creates and returns a new Query that's additionally sorted by the specified field, optionally in descending order instead of ascending.