Class TopLevelDomainAgreementOption
java.lang.Object
com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption
Options for retrieving the list of top level domain legal agreements.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet if <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.Get if <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.withForTransfer
(Boolean forTransfer) Set if <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.withIncludePrivacy
(Boolean includePrivacy) Set if <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.
-
Constructor Details
-
TopLevelDomainAgreementOption
public TopLevelDomainAgreementOption()
-
-
Method Details
-
includePrivacy
Get if <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.- Returns:
- the includePrivacy value
-
withIncludePrivacy
Set if <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.- Parameters:
includePrivacy
- the includePrivacy value to set- Returns:
- the TopLevelDomainAgreementOption object itself.
-
forTransfer
Get if <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.- Returns:
- the forTransfer value
-
withForTransfer
Set if <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.- Parameters:
forTransfer
- the forTransfer value to set- Returns:
- the TopLevelDomainAgreementOption object itself.
-