Uses of Class
com.onfido.models.Document
-
Packages that use Document Package Description com.onfido -
-
Uses of Document in com.onfido
Methods in com.onfido that return Document Modifier and Type Method Description DocumentDocumentManager. find(String documentId)Retrieves a single document.DocumentDocumentManager. upload(InputStream inputStream, String fileName, Document.Request request)Uploads a document as part of a multipart request.Methods in com.onfido that return types with arguments of type Document Modifier and Type Method Description List<Document>DocumentManager. list(String applicantId)Lists all documents belonging to an applicant.
-