Uses of Class
com.onfido.model.Address
-
Packages that use Address Package Description com.onfido.model -
-
Uses of Address in com.onfido.model
Methods in com.onfido.model that return Address Modifier and Type Method Description AddressAddress. buildingName(String buildingName)AddressAddress. buildingNumber(String buildingNumber)AddressAddress. country(CountryCodes country)AddressAddress. flatNumber(String flatNumber)static AddressAddress. fromJson(String jsonString)Create an instance of Address given an JSON stringAddressApplicant. getAddress()Get addressAddressApplicantResponse. getAddress()Get addressAddressAddress. line1(String line1)AddressAddress. line2(String line2)AddressAddress. line3(String line3)AddressAddress. postcode(String postcode)AddressAddress. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.AddressAddress. state(String state)AddressAddress. street(String street)AddressAddress. subStreet(String subStreet)AddressAddress. town(String town)Methods in com.onfido.model that return types with arguments of type Address Modifier and Type Method Description List<Address>AddressesList. getAddresses()Get addressesMethods in com.onfido.model with parameters of type Address Modifier and Type Method Description AddressesListAddressesList. addAddressesItem(Address addressesItem)ApplicantApplicant. address(Address address)ApplicantResponseApplicantResponse. address(Address address)voidApplicant. setAddress(Address address)voidApplicantResponse. setAddress(Address address)Method parameters in com.onfido.model with type arguments of type Address Modifier and Type Method Description AddressesListAddressesList. addresses(List<Address> addresses)voidAddressesList. setAddresses(List<Address> addresses)
-