Uses of Class
com.onfido.model.DocumentsList
-
Packages that use DocumentsList Package Description com.onfido.api com.onfido.model -
-
Uses of DocumentsList in com.onfido.api
Methods in com.onfido.api that return DocumentsList Modifier and Type Method Description DocumentsListDefaultApi. listDocuments(UUID applicantId)List documents All documents belonging to an applicant can be listed from this endpointMethods in com.onfido.api that return types with arguments of type DocumentsList Modifier and Type Method Description ApiResponse<DocumentsList>DefaultApi. listDocumentsWithHttpInfo(UUID applicantId)List documents All documents belonging to an applicant can be listed from this endpointMethod parameters in com.onfido.api with type arguments of type DocumentsList Modifier and Type Method Description okhttp3.CallDefaultApi. listDocumentsAsync(UUID applicantId, ApiCallback<DocumentsList> _callback)List documents (asynchronously) All documents belonging to an applicant can be listed from this endpoint -
Uses of DocumentsList in com.onfido.model
Methods in com.onfido.model that return DocumentsList Modifier and Type Method Description DocumentsListDocumentsList. addDocumentsItem(Document documentsItem)DocumentsListDocumentsList. documents(List<Document> documents)static DocumentsListDocumentsList. fromJson(String jsonString)Create an instance of DocumentsList given an JSON stringDocumentsListDocumentsList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-