public static interface DomainContact.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
DomainContact.DefinitionStages.Blank<ParentT>
The first stage of a domain contact definition.
|
static interface |
DomainContact.DefinitionStages.WithAddressLine1<ParentT>
The stage of contact definition allowing 1st line of address to be set.
|
static interface |
DomainContact.DefinitionStages.WithAddressLine2<ParentT>
The stage of contact definition allowing 2nd line of address to be set.
|
static interface |
DomainContact.DefinitionStages.WithAttach<ParentT>
The final stage of the domain contact definition.
|
static interface |
DomainContact.DefinitionStages.WithCity<ParentT>
The stage of contact definition allowing city to be set.
|
static interface |
DomainContact.DefinitionStages.WithCountry<ParentT>
The stage of contact definition allowing country to be set.
|
static interface |
DomainContact.DefinitionStages.WithEmail<ParentT>
The stage of contact definition allowing email to be set.
|
static interface |
DomainContact.DefinitionStages.WithFaxNumber<ParentT>
The stage of contact definition allowing fax number to be set.
|
static interface |
DomainContact.DefinitionStages.WithFirstName<ParentT>
The stage of contact definition allowing first name to be set.
|
static interface |
DomainContact.DefinitionStages.WithJobTitle<ParentT>
The stage of contact definition allowing job title to be set.
|
static interface |
DomainContact.DefinitionStages.WithLastName<ParentT>
The stage of contact definition allowing last name to be set.
|
static interface |
DomainContact.DefinitionStages.WithMiddleName<ParentT>
The stage of contact definition allowing middle name to be set.
|
static interface |
DomainContact.DefinitionStages.WithOrganization<ParentT>
The stage of contact definition allowing organization to be set.
|
static interface |
DomainContact.DefinitionStages.WithPhoneCountryCode<ParentT>
The stage of contact definition allowing phone country code to be set.
|
static interface |
DomainContact.DefinitionStages.WithPhoneNumber<ParentT>
The stage of contact definition allowing phone number to be set.
|
static interface |
DomainContact.DefinitionStages.WithPostalCode<ParentT>
The stage of contact definition allowing postal/zip code to be set.
|
static interface |
DomainContact.DefinitionStages.WithStateOrProvince<ParentT>
The stage of contact definition allowing state/province to be set.
|
Copyright © 2019. All rights reserved.