Uses of Class
com.authlete.common.dto.Address
-
Packages that use Address Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of Address in com.authlete.common.dto
Methods in com.authlete.common.dto that return Address Modifier and Type Method Description AddressAddress. setCountry(String country)Set the country name component.AddressAddress. setFormatted(String formatted)Set the full mailing address, formatted for display or use on a mailing label.AddressAddress. setLocality(String locality)Set the city or locality component.AddressAddress. setPostalCode(String postalCode)Set the zip code or postal code component.AddressAddress. setRegion(String region)Set the state, province, prefecture, or region component.AddressAddress. setStreetAddress(String streetAddress)Set the full street address component, which MAY include house number, street name, Post Office Box, and multi-line extended street address information.
-