Uses of Class
com.onfido.models.Document.Request
-
Packages that use Document.Request Package Description com.onfido com.onfido.models -
-
Uses of Document.Request in com.onfido
Methods in com.onfido with parameters of type Document.Request Modifier and Type Method Description DocumentDocumentManager. upload(InputStream inputStream, String fileName, Document.Request request)Uploads a document as part of a multipart request. -
Uses of Document.Request in com.onfido.models
Methods in com.onfido.models that return Document.Request Modifier and Type Method Description Document.RequestDocument.Request. applicantId(String applicantId)The ID of the associated applicantDocument.RequestDocument.Request. issuingCountry(String issuingCountry)The issuing country of the document, a 3-letter ISO code.static Document.RequestDocument. request()Document.RequestDocument.Request. side(String side)The side of the document, if applicable.Document.RequestDocument.Request. type(String type)The type of documentDocument.RequestDocument.Request. validateImageQuality(Boolean validateImageQuality)When true the submitted image will undergo an image quality validation
-