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 Address
Address. setCountry(String country)
Set the country name component.Address
Address. setFormatted(String formatted)
Set the full mailing address, formatted for display or use on a mailing label.Address
Address. setLocality(String locality)
Set the city or locality component.Address
Address. setPostaCode(String postalCode)
Set the zip code or postal code component.Address
Address. setRegion(String region)
Set the state, province, prefecture, or region component.Address
Address. 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.
-