Interface DomainContact.DefinitionStages
-
- Enclosing interface:
- DomainContact
public static interface DomainContact.DefinitionStagesGrouping of domain contact stages applicable as part of a domain creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDomainContact.DefinitionStages.Blank<ParentT>The first stage of a domain contact definition.static interfaceDomainContact.DefinitionStages.WithAddressLine1<ParentT>The stage of contact definition allowing 1st line of address to be set.static interfaceDomainContact.DefinitionStages.WithAddressLine2<ParentT>The stage of contact definition allowing 2nd line of address to be set.static interfaceDomainContact.DefinitionStages.WithAttach<ParentT>The final stage of the domain contact definition.static interfaceDomainContact.DefinitionStages.WithCity<ParentT>The stage of contact definition allowing city to be set.static interfaceDomainContact.DefinitionStages.WithCountry<ParentT>The stage of contact definition allowing country to be set.static interfaceDomainContact.DefinitionStages.WithEmail<ParentT>The stage of contact definition allowing email to be set.static interfaceDomainContact.DefinitionStages.WithFaxNumber<ParentT>The stage of contact definition allowing fax number to be set.static interfaceDomainContact.DefinitionStages.WithFirstName<ParentT>The stage of contact definition allowing first name to be set.static interfaceDomainContact.DefinitionStages.WithJobTitle<ParentT>The stage of contact definition allowing job title to be set.static interfaceDomainContact.DefinitionStages.WithLastName<ParentT>The stage of contact definition allowing last name to be set.static interfaceDomainContact.DefinitionStages.WithMiddleName<ParentT>The stage of contact definition allowing middle name to be set.static interfaceDomainContact.DefinitionStages.WithOrganization<ParentT>The stage of contact definition allowing organization to be set.static interfaceDomainContact.DefinitionStages.WithPhoneCountryCode<ParentT>The stage of contact definition allowing phone country code to be set.static interfaceDomainContact.DefinitionStages.WithPhoneNumber<ParentT>The stage of contact definition allowing phone number to be set.static interfaceDomainContact.DefinitionStages.WithPostalCode<ParentT>The stage of contact definition allowing postal/zip code to be set.static interfaceDomainContact.DefinitionStages.WithStateOrProvince<ParentT>The stage of contact definition allowing state/province to be set.
-