Package com.oracle.bmc.wlms.model
Class AgreementRecordCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.wlms.model.AgreementRecordCollection.Builder
-
- Enclosing class:
- AgreementRecordCollection
public static class AgreementRecordCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgreementRecordCollectionbuild()AgreementRecordCollection.Buildercopy(AgreementRecordCollection model)AgreementRecordCollection.Builderitems(List<AgreementRecordSummary> items)List of agreement records.
-
-
-
Method Detail
-
items
public AgreementRecordCollection.Builder items(List<AgreementRecordSummary> items)
List of agreement records.- Parameters:
items- the value to set- Returns:
- this builder
-
build
public AgreementRecordCollection build()
-
copy
public AgreementRecordCollection.Builder copy(AgreementRecordCollection model)
-
-