Package com.oracle.bmc.marketplace.model
Class AcceptedAgreementSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.AcceptedAgreementSummary.Builder
 
- 
- Enclosing class:
- AcceptedAgreementSummary
 
 public static class AcceptedAgreementSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AcceptedAgreementSummary.BuilderagreementId(String agreementId)The unique identifier for the terms of use agreement itself.AcceptedAgreementSummarybuild()AcceptedAgreementSummary.BuildercompartmentId(String compartmentId)The unique identifier for the compartment where the agreement was accepted.AcceptedAgreementSummary.Buildercopy(AcceptedAgreementSummary model)AcceptedAgreementSummary.BuilderdisplayName(String displayName)A display name for the accepted agreement.AcceptedAgreementSummary.Builderid(String id)The unique identifier for the acceptance of the agreement within a specific compartment.AcceptedAgreementSummary.BuilderlistingId(String listingId)The unique identifier for the listing associated with the agreement.AcceptedAgreementSummary.BuilderpackageVersion(String packageVersion)The package version associated with the agreement.AcceptedAgreementSummary.BuildertimeAccepted(Date timeAccepted)The time the agreement was accepted.
 
- 
- 
- 
Method Detail- 
idpublic AcceptedAgreementSummary.Builder id(String id) The unique identifier for the acceptance of the agreement within a specific compartment.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic AcceptedAgreementSummary.Builder displayName(String displayName) A display name for the accepted agreement.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic AcceptedAgreementSummary.Builder compartmentId(String compartmentId) The unique identifier for the compartment where the agreement was accepted.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
listingIdpublic AcceptedAgreementSummary.Builder listingId(String listingId) The unique identifier for the listing associated with the agreement.- Parameters:
- listingId- the value to set
- Returns:
- this builder
 
 - 
packageVersionpublic AcceptedAgreementSummary.Builder packageVersion(String packageVersion) The package version associated with the agreement.- Parameters:
- packageVersion- the value to set
- Returns:
- this builder
 
 - 
agreementIdpublic AcceptedAgreementSummary.Builder agreementId(String agreementId) The unique identifier for the terms of use agreement itself.- Parameters:
- agreementId- the value to set
- Returns:
- this builder
 
 - 
timeAcceptedpublic AcceptedAgreementSummary.Builder timeAccepted(Date timeAccepted) The time the agreement was accepted.- Parameters:
- timeAccepted- the value to set
- Returns:
- this builder
 
 - 
buildpublic AcceptedAgreementSummary build() 
 - 
copypublic AcceptedAgreementSummary.Builder copy(AcceptedAgreementSummary model) 
 
- 
 
-