Class ProductLicenseConsumerCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.licensemanager.model.ProductLicenseConsumerCollection.Builder
 
- 
- Enclosing class:
- ProductLicenseConsumerCollection
 
 public static class ProductLicenseConsumerCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductLicenseConsumerCollectionbuild()ProductLicenseConsumerCollection.Buildercopy(ProductLicenseConsumerCollection model)ProductLicenseConsumerCollection.Builderitems(List<ProductLicenseConsumerSummary> items)Collection of product license consumers.
 
- 
- 
- 
Method Detail- 
itemspublic ProductLicenseConsumerCollection.Builder items(List<ProductLicenseConsumerSummary> items) Collection of product license consumers.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic ProductLicenseConsumerCollection build() 
 - 
copypublic ProductLicenseConsumerCollection.Builder copy(ProductLicenseConsumerCollection model) 
 
- 
 
-