| Package | Description | 
|---|---|
| com.google.cloud.firestore | 
| Modifier and Type | Method and Description | 
|---|---|
static Query.Direction | 
Query.Direction.valueOf(String name)
Returns 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Query | 
Query.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 | 
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. 
 | 
Copyright © 2019 Google LLC. All rights reserved.