public class DomainPurchaseConsent extends Object
| Constructor and Description |
|---|
DomainPurchaseConsent() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
agreedAt()
Get timestamp when the agreements were accepted.
|
String |
agreedBy()
Get client IP address.
|
List<String> |
agreementKeys()
Get list of applicable legal agreement keys.
|
DomainPurchaseConsent |
withAgreedAt(org.joda.time.DateTime agreedAt)
Set timestamp when the agreements were accepted.
|
DomainPurchaseConsent |
withAgreedBy(String agreedBy)
Set client IP address.
|
DomainPurchaseConsent |
withAgreementKeys(List<String> agreementKeys)
Set list of applicable legal agreement keys.
|
public List<String> agreementKeys()
public DomainPurchaseConsent withAgreementKeys(List<String> agreementKeys)
agreementKeys - the agreementKeys value to setpublic String agreedBy()
public DomainPurchaseConsent withAgreedBy(String agreedBy)
agreedBy - the agreedBy value to setpublic org.joda.time.DateTime agreedAt()
public DomainPurchaseConsent withAgreedAt(org.joda.time.DateTime agreedAt)
agreedAt - the agreedAt value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/