Uses of Class
com.onfido.models.Check
-
Packages that use Check Package Description com.onfido -
-
Uses of Check in com.onfido
Methods in com.onfido that return Check Modifier and Type Method Description CheckCheckManager. create(Check.Request request)Initiates a check for an applicant, which can contain one or more reports.CheckCheckManager. find(String checkId)Retrieves a single check.Methods in com.onfido that return types with arguments of type Check Modifier and Type Method Description List<Check>CheckManager. list(String applicantId)Returns all checks for an applicant.
-