Uses of Class
com.onfido.model.DocumentTypes
-
Packages that use DocumentTypes Package Description com.onfido.api com.onfido.model -
-
Uses of DocumentTypes in com.onfido.api
Methods in com.onfido.api with parameters of type DocumentTypes Modifier and Type Method Description DocumentDefaultApi. uploadDocument(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location)Upload a document Documents are uploaded using this endpoint.okhttp3.CallDefaultApi. uploadDocumentAsync(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location, ApiCallback<Document> _callback)Upload a document (asynchronously) Documents are uploaded using this endpoint.okhttp3.CallDefaultApi. uploadDocumentCall(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location, ApiCallback _callback)Build call for uploadDocumentApiResponse<Document>DefaultApi. uploadDocumentWithHttpInfo(DocumentTypes type, UUID applicantId, FileTransfer _file, String fileType, String side, CountryCodes issuingCountry, Boolean validateImageQuality, LocationBuilder location)Upload a document Documents are uploaded using this endpoint. -
Uses of DocumentTypes in com.onfido.model
Methods in com.onfido.model that return DocumentTypes Modifier and Type Method Description static DocumentTypesDocumentTypes. fromValue(String value)DocumentTypesExtractionDocumentClassification. getDocumentType()Type of document.DocumentTypesExtractionExtractedData. getDocumentType()Type of document.DocumentTypesDocument. getType()The type of documentDocumentTypesDocumentShared. getType()The type of documentDocumentTypesDocumentTypes.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DocumentTypesDocumentTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentTypes[]DocumentTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.onfido.model with parameters of type DocumentTypes Modifier and Type Method Description ExtractionDocumentClassificationExtractionDocumentClassification. documentType(DocumentTypes documentType)ExtractionExtractedDataExtractionExtractedData. documentType(DocumentTypes documentType)voidExtractionDocumentClassification. setDocumentType(DocumentTypes documentType)voidExtractionExtractedData. setDocumentType(DocumentTypes documentType)voidDocument. setType(DocumentTypes type)voidDocumentShared. setType(DocumentTypes type)DocumentDocument. type(DocumentTypes type)DocumentSharedDocumentShared. type(DocumentTypes type)voidDocumentTypes.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DocumentTypes enumeration)
-