Uses of Class
com.onfido.model.LocationBuilder
-
Packages that use LocationBuilder Package Description com.onfido.api com.onfido.model -
-
Uses of LocationBuilder in com.onfido.api
Methods in com.onfido.api with parameters of type LocationBuilder 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 LocationBuilder in com.onfido.model
Methods in com.onfido.model that return LocationBuilder Modifier and Type Method Description LocationBuilderLocationBuilder. countryOfResidence(CountryCodes countryOfResidence)static LocationBuilderLocationBuilder. fromJson(String jsonString)Create an instance of LocationBuilder given an JSON stringLocationBuilderApplicantBuilder. getLocation()Get locationLocationBuilderApplicantRequest. getLocation()Get locationLocationBuilderApplicantUpdater. getLocation()Get locationLocationBuilderLocationBuilder. ipAddress(String ipAddress)LocationBuilderLocationBuilder. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model with parameters of type LocationBuilder Modifier and Type Method Description ApplicantBuilderApplicantBuilder. location(LocationBuilder location)ApplicantRequestApplicantRequest. location(LocationBuilder location)ApplicantUpdaterApplicantUpdater. location(LocationBuilder location)voidApplicantBuilder. setLocation(LocationBuilder location)voidApplicantRequest. setLocation(LocationBuilder location)voidApplicantUpdater. setLocation(LocationBuilder location)
-