public final class TopLevelDomainProperties extends Object
| Constructor and Description |
|---|
TopLevelDomainProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
privacy()
Get the privacy property: If <code>true</code>, then the top level domain supports domain privacy;
otherwise, <code>false</code>.
|
void |
validate()
Validates the instance.
|
TopLevelDomainProperties |
withPrivacy(Boolean privacy)
Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy;
otherwise, <code>false</code>.
|
public Boolean privacy()
public TopLevelDomainProperties withPrivacy(Boolean privacy)
privacy - the privacy value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.