Class OccCustomerGroupCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.model.OccCustomerGroupCollection.Builder
 
- 
- Enclosing class:
- OccCustomerGroupCollection
 
 public static class OccCustomerGroupCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OccCustomerGroupCollectionbuild()OccCustomerGroupCollection.Buildercopy(OccCustomerGroupCollection model)OccCustomerGroupCollection.Builderitems(List<OccCustomerGroupSummary> items)An array of customer groups.
 
- 
- 
- 
Method Detail- 
itemspublic OccCustomerGroupCollection.Builder items(List<OccCustomerGroupSummary> items) An array of customer groups.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic OccCustomerGroupCollection build() 
 - 
copypublic OccCustomerGroupCollection.Builder copy(OccCustomerGroupCollection model) 
 
- 
 
-