| Constructor and Description |
|---|
Address(JsonObject jsonObject)
Create an address object from json representation.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getCountry() |
Optional<String> |
getFormatted() |
JsonObject |
getJson()
Create a json representation of this address.
|
Optional<String> |
getLocality() |
Optional<String> |
getPostalCode() |
Optional<String> |
getRegion() |
Optional<String> |
getStreetAddress() |
public Address(JsonObject jsonObject)
jsonObject - object with expected keyspublic JsonObject getJson()
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.