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