ParentT - the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithFirstName<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithMiddleName<ParentT> |
withFirstName(String firstName)
Specifies the first name.
|
DomainContact.DefinitionStages.WithMiddleName<ParentT> withFirstName(String firstName)
firstName - the first name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/