Package com.oracle.bmc.wlms.model
Class Agreement.Builder
- java.lang.Object
- 
- com.oracle.bmc.wlms.model.Agreement.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Agreementbuild()Agreement.Buildercopy(Agreement model)Agreement.Buildersignature(String signature)The signature for the terms of use agreement.Agreement.BuildertermsAndConditionsText(String termsAndConditionsText)The content of the terms and conditions.Agreement.Builderuuid(String uuid)The ID of the terms of use agreement.
 
- 
- 
- 
Method Detail- 
uuidpublic Agreement.Builder uuid(String uuid) The ID of the terms of use agreement.- Parameters:
- uuid- the value to set
- Returns:
- this builder
 
 - 
termsAndConditionsTextpublic Agreement.Builder termsAndConditionsText(String termsAndConditionsText) The content of the terms and conditions.- Parameters:
- termsAndConditionsText- the value to set
- Returns:
- this builder
 
 - 
signaturepublic Agreement.Builder signature(String signature) The signature for the terms of use agreement.The signature attribute is a Base64-encoded string associated with the agreement. - Parameters:
- signature- the value to set
- Returns:
- this builder
 
 - 
buildpublic Agreement build() 
 - 
copypublic Agreement.Builder copy(Agreement model) 
 
- 
 
-