Uses of Class
com.onfido.model.ApplicantUpdater
-
Packages that use ApplicantUpdater Package Description com.onfido.api com.onfido.model -
-
Uses of ApplicantUpdater in com.onfido.api
Methods in com.onfido.api with parameters of type ApplicantUpdater Modifier and Type Method Description ApplicantDefaultApi. updateApplicant(UUID applicantId, ApplicantUpdater applicantUpdater)Update Applicant Allows updating applicant's information before any checks is created.okhttp3.CallDefaultApi. updateApplicantAsync(UUID applicantId, ApplicantUpdater applicantUpdater, ApiCallback<Applicant> _callback)Update Applicant (asynchronously) Allows updating applicant's information before any checks is created.okhttp3.CallDefaultApi. updateApplicantCall(UUID applicantId, ApplicantUpdater applicantUpdater, ApiCallback _callback)Build call for updateApplicantApiResponse<Applicant>DefaultApi. updateApplicantWithHttpInfo(UUID applicantId, ApplicantUpdater applicantUpdater)Update Applicant Allows updating applicant's information before any checks is created. -
Uses of ApplicantUpdater in com.onfido.model
Methods in com.onfido.model that return ApplicantUpdater Modifier and Type Method Description ApplicantUpdaterApplicantUpdater. addConsentsItem(ApplicantConsentBuilder consentsItem)ApplicantUpdaterApplicantUpdater. addIdNumbersItem(IdNumber idNumbersItem)ApplicantUpdaterApplicantUpdater. address(AddressBuilder address)ApplicantUpdaterApplicantUpdater. consents(List<ApplicantConsentBuilder> consents)ApplicantUpdaterApplicantUpdater. dob(LocalDate dob)ApplicantUpdaterApplicantUpdater. email(String email)ApplicantUpdaterApplicantUpdater. firstName(String firstName)static ApplicantUpdaterApplicantUpdater. fromJson(String jsonString)Create an instance of ApplicantUpdater given an JSON stringApplicantUpdaterApplicantUpdater. idNumbers(List<IdNumber> idNumbers)ApplicantUpdaterApplicantUpdater. lastName(String lastName)ApplicantUpdaterApplicantUpdater. location(LocationBuilder location)ApplicantUpdaterApplicantUpdater. phoneNumber(String phoneNumber)ApplicantUpdaterApplicantUpdater. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-