DomainPurchaseConsent Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.DomainPurchaseConsent

public class DomainPurchaseConsent

Domain purchase consent object, representing acceptance of applicable legal agreements.

Method Summary

Modifier and Type Method and Description
DateTime agreedAt()

Get the agreedAt value.

String agreedBy()

Get the agreedBy value.

List<String> agreementKeys()

Get the agreementKeys value.

DomainPurchaseConsent withAgreedAt(DateTime agreedAt)

Set the agreedAt value.

DomainPurchaseConsent withAgreedBy(String agreedBy)

Set the agreedBy value.

DomainPurchaseConsent withAgreementKeys(List<String> agreementKeys)

Set the agreementKeys value.

Method Details

agreedAt

public DateTime agreedAt()

Get the agreedAt value.

Returns:

the agreedAt value

agreedBy

public String agreedBy()

Get the agreedBy value.

Returns:

the agreedBy value

agreementKeys

public List agreementKeys()

Get the agreementKeys value.

Returns:

the agreementKeys value

withAgreedAt

public DomainPurchaseConsent withAgreedAt(DateTime agreedAt)

Set the agreedAt value.

Parameters:

agreedAt - the agreedAt value to set

Returns:

the DomainPurchaseConsent object itself.

withAgreedBy

public DomainPurchaseConsent withAgreedBy(String agreedBy)

Set the agreedBy value.

Parameters:

agreedBy - the agreedBy value to set

Returns:

the DomainPurchaseConsent object itself.

withAgreementKeys

public DomainPurchaseConsent withAgreementKeys(List agreementKeys)

Set the agreementKeys value.

Parameters:

agreementKeys - the agreementKeys value to set

Returns:

the DomainPurchaseConsent object itself.

Applies to