Uses of Class
com.onfido.model.Applicant
-
Packages that use Applicant Package Description com.onfido.api com.onfido.model -
-
Uses of Applicant in com.onfido.api
Methods in com.onfido.api that return Applicant Modifier and Type Method Description ApplicantDefaultApi. createApplicant(ApplicantBuilder applicantBuilder)Create Applicant Creates a single applicant.ApplicantDefaultApi. findApplicant(UUID applicantId)Retrieve Applicant Retrieves a single applicant.ApplicantDefaultApi. updateApplicant(UUID applicantId, ApplicantUpdater applicantUpdater)Update Applicant Allows updating applicant's information before any checks is created.Methods in com.onfido.api that return types with arguments of type Applicant Modifier and Type Method Description ApiResponse<Applicant>DefaultApi. createApplicantWithHttpInfo(ApplicantBuilder applicantBuilder)Create Applicant Creates a single applicant.ApiResponse<Applicant>DefaultApi. findApplicantWithHttpInfo(UUID applicantId)Retrieve Applicant Retrieves a single applicant.ApiResponse<Applicant>DefaultApi. updateApplicantWithHttpInfo(UUID applicantId, ApplicantUpdater applicantUpdater)Update Applicant Allows updating applicant's information before any checks is created.Method parameters in com.onfido.api with type arguments of type Applicant Modifier and Type Method Description okhttp3.CallDefaultApi. createApplicantAsync(ApplicantBuilder applicantBuilder, ApiCallback<Applicant> _callback)Create Applicant (asynchronously) Creates a single applicant.okhttp3.CallDefaultApi. findApplicantAsync(UUID applicantId, ApiCallback<Applicant> _callback)Retrieve Applicant (asynchronously) Retrieves a single applicant.okhttp3.CallDefaultApi. updateApplicantAsync(UUID applicantId, ApplicantUpdater applicantUpdater, ApiCallback<Applicant> _callback)Update Applicant (asynchronously) Allows updating applicant's information before any checks is created. -
Uses of Applicant in com.onfido.model
Methods in com.onfido.model that return Applicant Modifier and Type Method Description ApplicantApplicant. addIdNumbersItem(IdNumber idNumbersItem)ApplicantApplicant. address(Address address)ApplicantApplicant. createdAt(OffsetDateTime createdAt)ApplicantApplicant. deleteAt(OffsetDateTime deleteAt)ApplicantApplicant. dob(LocalDate dob)ApplicantApplicant. email(String email)ApplicantApplicant. firstName(String firstName)static ApplicantApplicant. fromJson(String jsonString)Create an instance of Applicant given an JSON stringApplicantApplicant. href(String href)ApplicantApplicant. id(UUID id)ApplicantApplicant. idNumbers(List<IdNumber> idNumbers)ApplicantApplicant. lastName(String lastName)ApplicantApplicant. location(Location location)ApplicantApplicant. phoneNumber(String phoneNumber)ApplicantApplicant. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.ApplicantApplicant. sandbox(Boolean sandbox)Methods in com.onfido.model that return types with arguments of type Applicant Modifier and Type Method Description List<Applicant>ApplicantsList. getApplicants()Get applicantsMethods in com.onfido.model with parameters of type Applicant Modifier and Type Method Description ApplicantsListApplicantsList. addApplicantsItem(Applicant applicantsItem)Method parameters in com.onfido.model with type arguments of type Applicant Modifier and Type Method Description ApplicantsListApplicantsList. applicants(List<Applicant> applicants)voidApplicantsList. setApplicants(List<Applicant> applicants)
-