Uses of Class
com.onfido.model.ApplicantRequest
-
Packages that use ApplicantRequest Package Description com.onfido.model -
-
Uses of ApplicantRequest in com.onfido.model
Methods in com.onfido.model that return ApplicantRequest Modifier and Type Method Description ApplicantRequestApplicantRequest. addConsentsItem(ApplicantConsentBuilder consentsItem)ApplicantRequestApplicantRequest. address(AddressBuilder address)ApplicantRequestApplicantRequest. consents(List<ApplicantConsentBuilder> consents)static ApplicantRequestApplicantRequest. fromJson(String jsonString)Create an instance of ApplicantRequest given an JSON stringApplicantRequestApplicantRequest. location(LocationBuilder location)ApplicantRequestApplicantRequest. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-