public static class AcceptedAgreementSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AcceptedAgreementSummary.Builder |
agreementId(String agreementId)
The unique identifier for the terms of use agreement itself.
|
AcceptedAgreementSummary |
build() |
AcceptedAgreementSummary.Builder |
compartmentId(String compartmentId)
The unique identifier for the compartment where the agreement was accepted.
|
AcceptedAgreementSummary.Builder |
copy(AcceptedAgreementSummary model) |
AcceptedAgreementSummary.Builder |
displayName(String displayName)
A display name for the accepted agreement.
|
AcceptedAgreementSummary.Builder |
id(String id)
The unique identifier for the acceptance of the agreement within a specific compartment.
|
AcceptedAgreementSummary.Builder |
listingId(String listingId)
The unique identifier for the listing associated with the agreement.
|
AcceptedAgreementSummary.Builder |
packageVersion(String packageVersion)
The package version associated with the agreement.
|
AcceptedAgreementSummary.Builder |
timeAccepted(Date timeAccepted)
The time the agreement was accepted.
|
public AcceptedAgreementSummary.Builder id(String id)
The unique identifier for the acceptance of the agreement within a specific compartment.
id
- the value to setpublic AcceptedAgreementSummary.Builder displayName(String displayName)
A display name for the accepted agreement.
displayName
- the value to setpublic AcceptedAgreementSummary.Builder compartmentId(String compartmentId)
The unique identifier for the compartment where the agreement was accepted.
compartmentId
- the value to setpublic AcceptedAgreementSummary.Builder listingId(String listingId)
The unique identifier for the listing associated with the agreement.
listingId
- the value to setpublic AcceptedAgreementSummary.Builder packageVersion(String packageVersion)
The package version associated with the agreement.
packageVersion
- the value to setpublic AcceptedAgreementSummary.Builder agreementId(String agreementId)
The unique identifier for the terms of use agreement itself.
agreementId
- the value to setpublic AcceptedAgreementSummary.Builder timeAccepted(Date timeAccepted)
The time the agreement was accepted.
timeAccepted
- the value to setpublic AcceptedAgreementSummary build()
public AcceptedAgreementSummary.Builder copy(AcceptedAgreementSummary model)
Copyright © 2016–2024. All rights reserved.