public class IdentityAddress extends Object
| Constructor and Description |
|---|
IdentityAddress(String flat,
String building,
String full,
String area,
String poBox,
String city,
String state,
String country) |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getArea() |
Optional<String> |
getBuilding() |
Optional<String> |
getCity() |
Optional<String> |
getCountry() |
Optional<String> |
getFlat() |
Optional<String> |
getFull() |
Optional<String> |
getPoBox() |
Optional<String> |
getState() |
Copyright © 2021–2022 Dapi. All rights reserved.