Uses of Class
com.onfido.model.ApplicantsList
-
Packages that use ApplicantsList Package Description com.onfido.api com.onfido.model -
-
Uses of ApplicantsList in com.onfido.api
Methods in com.onfido.api that return ApplicantsList Modifier and Type Method Description ApplicantsListDefaultApi. listApplicants(Integer page, Integer perPage, Boolean includeDeleted)List Applicants Lists all applicants you've created, sorted by creation date in descending order.Methods in com.onfido.api that return types with arguments of type ApplicantsList Modifier and Type Method Description ApiResponse<ApplicantsList>DefaultApi. listApplicantsWithHttpInfo(Integer page, Integer perPage, Boolean includeDeleted)List Applicants Lists all applicants you've created, sorted by creation date in descending order.Method parameters in com.onfido.api with type arguments of type ApplicantsList Modifier and Type Method Description okhttp3.CallDefaultApi. listApplicantsAsync(Integer page, Integer perPage, Boolean includeDeleted, ApiCallback<ApplicantsList> _callback)List Applicants (asynchronously) Lists all applicants you've created, sorted by creation date in descending order. -
Uses of ApplicantsList in com.onfido.model
Methods in com.onfido.model that return ApplicantsList Modifier and Type Method Description ApplicantsListApplicantsList. addApplicantsItem(Applicant applicantsItem)ApplicantsListApplicantsList. applicants(List<Applicant> applicants)static ApplicantsListApplicantsList. fromJson(String jsonString)Create an instance of ApplicantsList given an JSON stringApplicantsListApplicantsList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-