| Modifier and Type | Method and Description |
|---|---|
Address |
DomainContact.addressMailing() |
Address |
Contact.addressMailing()
Get the addressMailing value.
|
Address |
Address.withAddress1(String address1)
Set the address1 value.
|
Address |
Address.withAddress2(String address2)
Set the address2 value.
|
Address |
Address.withCity(String city)
Set the city value.
|
Address |
Address.withCountry(String country)
Set the country value.
|
Address |
Address.withPostalCode(String postalCode)
Set the postalCode value.
|
Address |
Address.withState(String state)
Set the state value.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.withAddressMailing(Address addressMailing)
Set the addressMailing value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/