Uses of Class
com.google.cloud.firestore.QueryDocumentSnapshot
Packages that use QueryDocumentSnapshot
-
Uses of QueryDocumentSnapshot in com.google.cloud.firestore
Methods in com.google.cloud.firestore that return QueryDocumentSnapshotModifier and TypeMethodDescriptionDocumentChange.getDocument()Returns the newly added or modified document if this DocumentChange is for an updated document.Methods in com.google.cloud.firestore that return types with arguments of type QueryDocumentSnapshotModifier and TypeMethodDescriptionabstract List<QueryDocumentSnapshot>QuerySnapshot.getDocuments()Returns the documents in this QuerySnapshot as a List in order of the query.QuerySnapshot.iterator()Method parameters in com.google.cloud.firestore with type arguments of type QueryDocumentSnapshotModifier and TypeMethodDescriptionstatic QuerySnapshotQuerySnapshot.withDocuments(Query query, com.google.cloud.Timestamp readTime, List<QueryDocumentSnapshot> documents) Creates a new QuerySnapshot representing the results of a Query with added documents.