| Modifier and Type | Interface and Description |
|---|---|
static interface |
DomainContact.Definition<ParentT>
The entirety of a domain contact definition.
|
static interface |
DomainContact.DefinitionStages.WithMiddleName<ParentT>
The stage of contact definition allowing middle name to be set.
|
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithLastName<ParentT> |
DomainContact.DefinitionStages.WithMiddleName.withMiddleName(String middleName)
Specifies the middle name.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/