Uses of Class
com.onfido.models.Applicant
-
Packages that use Applicant Package Description com.onfido -
-
Uses of Applicant in com.onfido
Methods in com.onfido that return Applicant Modifier and Type Method Description ApplicantApplicantManager. create(Applicant.Request request)Creates a single applicant.ApplicantApplicantManager. find(String applicantId)Retrieves a single applicant.ApplicantApplicantManager. update(String applicantId, Applicant.Request request)Updates an applicant’s information.Methods in com.onfido that return types with arguments of type Applicant Modifier and Type Method Description List<Applicant>ApplicantManager. list(int page, int perPage, boolean includedDeleted)Lists all applicants you’ve created, sorted by creation date in descending order.
-