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, toXMLbuildXMLElement, buildXMLElement, getKind, toGraphQLVariablesprivate IndividualRequest parent
public IndividualAddressRequest(IndividualRequest parent)
public IndividualRequest done()
public IndividualAddressRequest company(String company)
company in class AddressRequestpublic IndividualAddressRequest countryCodeAlpha2(String countryCodeAlpha2)
countryCodeAlpha2 in class AddressRequestpublic IndividualAddressRequest countryCodeAlpha3(String countryCodeAlpha3)
countryCodeAlpha3 in class AddressRequestpublic IndividualAddressRequest countryCodeNumeric(String countryCodeNumeric)
countryCodeNumeric in class AddressRequestpublic IndividualAddressRequest countryName(String countryName)
countryName in class AddressRequestpublic IndividualAddressRequest extendedAddress(String extendedAddress)
extendedAddress in class AddressRequestpublic IndividualAddressRequest firstName(String firstName)
firstName in class AddressRequestpublic IndividualAddressRequest lastName(String lastName)
lastName in class AddressRequestpublic IndividualAddressRequest locality(String locality)
locality in class AddressRequestpublic IndividualAddressRequest postalCode(String postalCode)
postalCode in class AddressRequestpublic IndividualAddressRequest region(String region)
region in class AddressRequestpublic IndividualAddressRequest streetAddress(String streetAddress)
streetAddress in class AddressRequestCopyright © 2013-2018. All Rights Reserved.