Address |
Contact.addressMailing() |
Get the addressMailing property: Mailing address.
|
Address |
DomainContact.addressMailing() |
|
Address |
Address.withAddress1(String address1) |
Set the address1 property: First line of an Address.
|
Address |
Address.withAddress2(String address2) |
Set the address2 property: The second line of the Address.
|
Address |
Address.withCity(String city) |
Set the city property: The city for the address.
|
Address |
Address.withCountry(String country) |
Set the country property: The country for the address.
|
Address |
Address.withPostalCode(String postalCode) |
Set the postalCode property: The postal code for the address.
|
Address |
Address.withState(String state) |
Set the state property: The state or province for the address.
|