public class TopLevelDomainInner extends ProxyOnlyResource
| Constructor and Description |
|---|
TopLevelDomainInner() |
| 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.
|
TopLevelDomainInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
TopLevelDomainInner |
withPrivacy(Boolean privacy)
Set the privacy property: If <code>true</code>, then the top level domain supports domain privacy;
otherwise, <code>false</code>.
|
kindpublic Boolean privacy()
public TopLevelDomainInner withPrivacy(Boolean privacy)
privacy - the privacy value to set.public TopLevelDomainInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.