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