public class Address extends Object
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<String> |
getCity()
The city name.
|
com.atlassian.fugue.Option<String> |
getCountry()
The ISO-3166 country code.
|
String |
getLine1()
The first line of the address.
|
com.atlassian.fugue.Option<String> |
getLine2()
The second line of the address, if any.
|
com.atlassian.fugue.Option<String> |
getPostCode()
The postal code, if applicable.
|
com.atlassian.fugue.Option<String> |
getState()
The state or province name.
|
public String getLine1()
public com.atlassian.fugue.Option<String> getLine2()
public com.atlassian.fugue.Option<String> getCity()
public com.atlassian.fugue.Option<String> getState()
public com.atlassian.fugue.Option<String> getPostCode()
public com.atlassian.fugue.Option<String> getCountry()
Copyright © 2016 Atlassian. All rights reserved.