Class LicenseRecordCollection.Builder
- java.lang.Object
-
- com.oracle.bmc.licensemanager.model.LicenseRecordCollection.Builder
-
- Enclosing class:
- LicenseRecordCollection
public static class LicenseRecordCollection.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LicenseRecordCollection
build()
LicenseRecordCollection.Builder
copy(LicenseRecordCollection model)
LicenseRecordCollection.Builder
items(List<LicenseRecordSummary> items)
The license record summary collection.
-
-
-
Method Detail
-
items
public LicenseRecordCollection.Builder items(List<LicenseRecordSummary> items)
The license record summary collection.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public LicenseRecordCollection build()
-
copy
public LicenseRecordCollection.Builder copy(LicenseRecordCollection model)
-
-