| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.