| Constructor | Description |
|---|---|
Address(javax.json.JsonObject jsonObject) |
Create an address object from json representation.
|
| Modifier and Type | Method | Description |
|---|---|---|
Optional<String> |
getCountry() |
|
Optional<String> |
getFormatted() |
|
Optional<String> |
getLocality() |
|
Optional<String> |
getPostalCode() |
|
Optional<String> |
getRegion() |
|
Optional<String> |
getStreetAddress() |
Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.