Uses of Class
com.onfido.model.ApplicantBuilder
-
Packages that use ApplicantBuilder Package Description com.onfido.api com.onfido.model -
-
Uses of ApplicantBuilder in com.onfido.api
Methods in com.onfido.api with parameters of type ApplicantBuilder Modifier and Type Method Description ApplicantDefaultApi. createApplicant(ApplicantBuilder applicantBuilder)Create Applicant Creates a single applicant.okhttp3.CallDefaultApi. createApplicantAsync(ApplicantBuilder applicantBuilder, ApiCallback<Applicant> _callback)Create Applicant (asynchronously) Creates a single applicant.okhttp3.CallDefaultApi. createApplicantCall(ApplicantBuilder applicantBuilder, ApiCallback _callback)Build call for createApplicantApiResponse<Applicant>DefaultApi. createApplicantWithHttpInfo(ApplicantBuilder applicantBuilder)Create Applicant Creates a single applicant. -
Uses of ApplicantBuilder in com.onfido.model
Methods in com.onfido.model that return ApplicantBuilder Modifier and Type Method Description ApplicantBuilderApplicantBuilder. addConsentsItem(ApplicantConsentBuilder consentsItem)ApplicantBuilderApplicantBuilder. addIdNumbersItem(IdNumber idNumbersItem)ApplicantBuilderApplicantBuilder. address(AddressBuilder address)ApplicantBuilderApplicantBuilder. consents(List<ApplicantConsentBuilder> consents)ApplicantBuilderApplicantBuilder. dob(LocalDate dob)ApplicantBuilderApplicantBuilder. email(String email)ApplicantBuilderApplicantBuilder. firstName(String firstName)static ApplicantBuilderApplicantBuilder. fromJson(String jsonString)Create an instance of ApplicantBuilder given an JSON stringApplicantBuilderApplicantBuilder. idNumbers(List<IdNumber> idNumbers)ApplicantBuilderApplicantBuilder. lastName(String lastName)ApplicantBuilderApplicantBuilder. location(LocationBuilder location)ApplicantBuilderApplicantBuilder. phoneNumber(String phoneNumber)ApplicantBuilderApplicantBuilder. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-