public final class TopLevelDomainAgreementOption extends Object
| Constructor and Description |
|---|
TopLevelDomainAgreementOption() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
forTransfer()
Get the forTransfer property: If <code>true</code>, then the list of agreements will include
agreements for domain transfer as well; otherwise, <code>false</code>.
|
Boolean |
includePrivacy()
Get the includePrivacy property: If <code>true</code>, then the list of agreements will include
agreements for domain privacy as well; otherwise, <code>false</code>.
|
void |
validate()
Validates the instance.
|
TopLevelDomainAgreementOption |
withForTransfer(Boolean forTransfer)
Set the forTransfer property: If <code>true</code>, then the list of agreements will include
agreements for domain transfer as well; otherwise, <code>false</code>.
|
TopLevelDomainAgreementOption |
withIncludePrivacy(Boolean includePrivacy)
Set the includePrivacy property: If <code>true</code>, then the list of agreements will include
agreements for domain privacy as well; otherwise, <code>false</code>.
|
public Boolean includePrivacy()
public TopLevelDomainAgreementOption withIncludePrivacy(Boolean includePrivacy)
includePrivacy - the includePrivacy value to set.public Boolean forTransfer()
public TopLevelDomainAgreementOption withForTransfer(Boolean forTransfer)
forTransfer - the forTransfer value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.