Package com.oracle.bmc.marketplace.model
Class AgreementSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.AgreementSummary.Builder
 
- 
- Enclosing class:
- AgreementSummary
 
 public static class AgreementSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AgreementSummary.Builderauthor(AgreementSummary.Author author)Who authored the agreement.AgreementSummarybuild()AgreementSummary.BuildercontentUrl(String contentUrl)The content URL of the agreement.AgreementSummary.Buildercopy(AgreementSummary model)AgreementSummary.Builderid(String id)The unique identifier for the agreement.AgreementSummary.Builderprompt(String prompt)Textual prompt to read and accept the agreement.
 
- 
- 
- 
Method Detail- 
idpublic AgreementSummary.Builder id(String id) The unique identifier for the agreement.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
contentUrlpublic AgreementSummary.Builder contentUrl(String contentUrl) The content URL of the agreement.- Parameters:
- contentUrl- the value to set
- Returns:
- this builder
 
 - 
authorpublic AgreementSummary.Builder author(AgreementSummary.Author author) Who authored the agreement.- Parameters:
- author- the value to set
- Returns:
- this builder
 
 - 
promptpublic AgreementSummary.Builder prompt(String prompt) Textual prompt to read and accept the agreement.- Parameters:
- prompt- the value to set
- Returns:
- this builder
 
 - 
buildpublic AgreementSummary build() 
 - 
copypublic AgreementSummary.Builder copy(AgreementSummary model) 
 
- 
 
-