public class Address extends Object
| Constructor and Description |
|---|
Address(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompany() |
String |
getCountryCodeAlpha2() |
String |
getCountryCodeAlpha3() |
String |
getCountryCodeNumeric() |
String |
getCountryName() |
Calendar |
getCreatedAt() |
String |
getCustomerId() |
String |
getExtendedAddress() |
String |
getFirstName() |
String |
getId() |
String |
getLastName() |
String |
getLocality() |
String |
getPostalCode() |
String |
getRegion() |
String |
getStreetAddress() |
Calendar |
getUpdatedAt() |
public Address(NodeWrapper node)
public String getCompany()
public String getCountryCodeAlpha2()
public String getCountryCodeAlpha3()
public String getCountryCodeNumeric()
public String getCountryName()
public Calendar getCreatedAt()
public String getCustomerId()
public String getExtendedAddress()
public String getFirstName()
public String getId()
public String getLastName()
public String getLocality()
public String getPostalCode()
public String getRegion()
public String getStreetAddress()
public Calendar getUpdatedAt()
Copyright © 2013–2018. All rights reserved.