Interface AppServiceDomain.DefinitionStages.WithDomainPrivacy
-
- All Known Subinterfaces:
AppServiceDomain.Definition,AppServiceDomain.DefinitionStages.WithCreate
- Enclosing interface:
- AppServiceDomain.DefinitionStages
public static interface AppServiceDomain.DefinitionStages.WithDomainPrivacyA domain definition allowing domain privacy to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppServiceDomain.DefinitionStages.WithCreatewithDomainPrivacyEnabled(boolean domainPrivacy)Specifies if the registrant contact information is exposed publicly.
-
-
-
Method Detail
-
withDomainPrivacyEnabled
AppServiceDomain.DefinitionStages.WithCreate withDomainPrivacyEnabled(boolean domainPrivacy)
Specifies if the registrant contact information is exposed publicly. If domain privacy is turned on, the contact information will NOT be available publicly.- Parameters:
domainPrivacy- true if domain privacy is turned on- Returns:
- the next stage of domain definition
-
-