Uses of Class
com.onfido.model.AddressesList
-
Packages that use AddressesList Package Description com.onfido.api com.onfido.model -
-
Uses of AddressesList in com.onfido.api
Methods in com.onfido.api that return AddressesList Modifier and Type Method Description AddressesListDefaultApi. findAddresses(String postcode)Address Picker Search for addresses by postcodeMethods in com.onfido.api that return types with arguments of type AddressesList Modifier and Type Method Description ApiResponse<AddressesList>DefaultApi. findAddressesWithHttpInfo(String postcode)Address Picker Search for addresses by postcodeMethod parameters in com.onfido.api with type arguments of type AddressesList Modifier and Type Method Description okhttp3.CallDefaultApi. findAddressesAsync(String postcode, ApiCallback<AddressesList> _callback)Address Picker (asynchronously) Search for addresses by postcode -
Uses of AddressesList in com.onfido.model
Methods in com.onfido.model that return AddressesList Modifier and Type Method Description AddressesListAddressesList. addAddressesItem(Address addressesItem)AddressesListAddressesList. addresses(List<Address> addresses)static AddressesListAddressesList. fromJson(String jsonString)Create an instance of AddressesList given an JSON stringAddressesListAddressesList. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.
-