Class TopLevelDomainAgreementOption
- java.lang.Object
-
- com.microsoft.azure.management.appservice.TopLevelDomainAgreementOption
-
public class TopLevelDomainAgreementOption extends Object
Options for retrieving the list of top level domain legal agreements.
-
-
Constructor Summary
Constructors Constructor Description TopLevelDomainAgreementOption()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanforTransfer()Get if <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.BooleanincludePrivacy()Get if <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.TopLevelDomainAgreementOptionwithForTransfer(Boolean forTransfer)Set if <code>true</code>, then the list of agreements will include agreements for domain transfer as well; otherwise, <code>false</code>.TopLevelDomainAgreementOptionwithIncludePrivacy(Boolean includePrivacy)Set if <code>true</code>, then the list of agreements will include agreements for domain privacy as well; otherwise, <code>false</code>.
-
-
-
Method Detail
-
includePrivacy
public Boolean 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
public TopLevelDomainAgreementOption 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>.- Parameters:
includePrivacy- the includePrivacy value to set- Returns:
- the TopLevelDomainAgreementOption object itself.
-
forTransfer
public Boolean 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
public TopLevelDomainAgreementOption 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>.- Parameters:
forTransfer- the forTransfer value to set- Returns:
- the TopLevelDomainAgreementOption object itself.
-
-