public class IndividualAddressRequest extends AddressRequest
Modifier and Type | Field and Description |
---|---|
private IndividualRequest |
parent |
tagName
Constructor and Description |
---|
IndividualAddressRequest(IndividualRequest parent) |
Modifier and Type | Method and Description |
---|---|
IndividualAddressRequest |
company(String company) |
IndividualAddressRequest |
countryCodeAlpha2(String countryCodeAlpha2) |
IndividualAddressRequest |
countryCodeAlpha3(String countryCodeAlpha3) |
IndividualAddressRequest |
countryCodeNumeric(String countryCodeNumeric) |
IndividualAddressRequest |
countryName(String countryName) |
IndividualRequest |
done() |
IndividualAddressRequest |
extendedAddress(String extendedAddress) |
IndividualAddressRequest |
firstName(String firstName) |
IndividualAddressRequest |
lastName(String lastName) |
IndividualAddressRequest |
locality(String locality) |
IndividualAddressRequest |
postalCode(String postalCode) |
IndividualAddressRequest |
region(String region) |
IndividualAddressRequest |
streetAddress(String streetAddress) |
buildRequest, toQueryString, toQueryString, toXML
buildXMLElement, buildXMLElement, getKind
private IndividualRequest parent
public IndividualAddressRequest(IndividualRequest parent)
public IndividualRequest done()
public IndividualAddressRequest company(String company)
company
in class AddressRequest
public IndividualAddressRequest countryCodeAlpha2(String countryCodeAlpha2)
countryCodeAlpha2
in class AddressRequest
public IndividualAddressRequest countryCodeAlpha3(String countryCodeAlpha3)
countryCodeAlpha3
in class AddressRequest
public IndividualAddressRequest countryCodeNumeric(String countryCodeNumeric)
countryCodeNumeric
in class AddressRequest
public IndividualAddressRequest countryName(String countryName)
countryName
in class AddressRequest
public IndividualAddressRequest extendedAddress(String extendedAddress)
extendedAddress
in class AddressRequest
public IndividualAddressRequest firstName(String firstName)
firstName
in class AddressRequest
public IndividualAddressRequest lastName(String lastName)
lastName
in class AddressRequest
public IndividualAddressRequest locality(String locality)
locality
in class AddressRequest
public IndividualAddressRequest postalCode(String postalCode)
postalCode
in class AddressRequest
public IndividualAddressRequest region(String region)
region
in class AddressRequest
public IndividualAddressRequest streetAddress(String streetAddress)
streetAddress
in class AddressRequest
Copyright © 2013-2017. All Rights Reserved.