Uses of Class
com.onfido.model.AddressShared
-
Packages that use AddressShared Package Description com.onfido.model -
-
Uses of AddressShared in com.onfido.model
Methods in com.onfido.model that return AddressShared Modifier and Type Method Description AddressSharedAddressShared. buildingName(String buildingName)AddressSharedAddressShared. buildingNumber(String buildingNumber)AddressSharedAddressShared. country(CountryCodes country)AddressSharedAddressShared. flatNumber(String flatNumber)static AddressSharedAddressShared. fromJson(String jsonString)Create an instance of AddressShared given an JSON stringAddressSharedAddressShared. line1(String line1)AddressSharedAddressShared. line2(String line2)AddressSharedAddressShared. line3(String line3)AddressSharedAddressShared. postcode(String postcode)AddressSharedAddressShared. putAdditionalProperty(String key, Object value)Set the additional (undeclared) property with the specified name and value.AddressSharedAddressShared. state(String state)AddressSharedAddressShared. street(String street)AddressSharedAddressShared. subStreet(String subStreet)AddressSharedAddressShared. town(String town)
-