Uses of Class
com.onfido.model.ApplicantCreate
-
Packages that use ApplicantCreate Package Description com.onfido.model -
-
Uses of ApplicantCreate in com.onfido.model
Methods in com.onfido.model that return ApplicantCreate Modifier and Type Method Description ApplicantCreateApplicantCreate. firstName(String firstName)static ApplicantCreateApplicantCreate. fromJson(String jsonString)Create an instance of ApplicantCreate given an JSON stringApplicantCreateApplicantCreate. lastName(String lastName)ApplicantCreateApplicantCreate. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-