| Package | Description | 
|---|---|
| com.google.cloud.firestore | 
| Modifier and Type | Method and Description | 
|---|---|
QueryDocumentSnapshot | 
DocumentChange.getDocument()
Returns the newly added or modified document if this DocumentChange is for an updated document. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract List<QueryDocumentSnapshot> | 
QuerySnapshot.getDocuments()
Returns the documents in this QuerySnapshot as a List in order of the query. 
 | 
Iterator<QueryDocumentSnapshot> | 
QuerySnapshot.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
static QuerySnapshot | 
QuerySnapshot.withDocuments(Query query,
             Timestamp readTime,
             List<QueryDocumentSnapshot> documents)
Creates a new QuerySnapshot representing the results of a Query with added documents. 
 | 
Copyright © 2019 Google LLC. All rights reserved.