Uses of Class
io.nitric.api.document.Key
-
Packages that use Key Package Description io.nitric.api.document Provides the Document Service API. -
-
Uses of Key in io.nitric.api.document
Methods in io.nitric.api.document that return Key Modifier and Type Method Description Key
DocumentRef. getKey()
Return the document's key.Key
ResultDoc. getKey()
Key
AbstractCollection. getParent()
Return the collection parent key.Constructors in io.nitric.api.document with parameters of type Key Constructor Description ResultDoc(Key key, T content)
Create a new ResultDoc with the given key and content.
-