Uses of Class
io.nitric.api.document.DocumentRef
-
Packages that use DocumentRef Package Description io.nitric.api.document Provides the Document Service API. -
-
Uses of DocumentRef in io.nitric.api.document
Methods in io.nitric.api.document that return DocumentRef Modifier and Type Method Description DocumentRef<Map>
Collection. doc(String id)
Create a new collection Document Reference object for given document id andMap
value type.<T> DocumentRef<T>
Collection. doc(String id, Class<T> type)
Create a new collection Document Reference object for given document id and value type.
-