Uses of Class
com.onfido.model.Location
-
Packages that use Location Package Description com.onfido.model -
-
Uses of Location in com.onfido.model
Methods in com.onfido.model that return Location Modifier and Type Method Description LocationLocation. countryOfResidence(CountryCodes countryOfResidence)static LocationLocation. fromJson(String jsonString)Create an instance of Location given an JSON stringLocationApplicant. getLocation()Get locationLocationApplicantResponse. getLocation()Get locationLocationLocation. ipAddress(String ipAddress)LocationLocation. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.Methods in com.onfido.model with parameters of type Location Modifier and Type Method Description ApplicantApplicant. location(Location location)ApplicantResponseApplicantResponse. location(Location location)voidApplicant. setLocation(Location location)voidApplicantResponse. setLocation(Location location)
-