ParentT - the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithEmail<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithAddressLine1<ParentT> |
withEmail(String email)
Specifies the email.
|
DomainContact.DefinitionStages.WithAddressLine1<ParentT> withEmail(String email)
email - contact's email address/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/