Uses of Class
com.google.appengine.api.datastore.Query.SortDirection
-
Packages that use Query.SortDirection Package Description com.google.appengine.api.datastore -
-
Uses of Query.SortDirection in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return Query.SortDirection Modifier and Type Method Description @Nullable Query.SortDirectionIndex.Property. getDirection()Query.SortDirectionQuery.SortPredicate. getDirection()Gets the direction of the sort.static Query.SortDirectionQuery.SortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Query.SortDirection[]Query.SortDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.datastore with parameters of type Query.SortDirection Modifier and Type Method Description QueryQuery. addSort(String propertyName, Query.SortDirection direction)Specify how the query results should be sorted.Constructors in com.google.appengine.api.datastore with parameters of type Query.SortDirection Constructor Description SortPredicate(String propertyName, Query.SortDirection direction)
-