Package com.oracle.bmc.database.model
Class SchedulingPlanCollection.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.SchedulingPlanCollection.Builder
 
- 
- Enclosing class:
- SchedulingPlanCollection
 
 public static class SchedulingPlanCollection.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulingPlanCollectionbuild()SchedulingPlanCollection.Buildercopy(SchedulingPlanCollection model)SchedulingPlanCollection.Builderitems(List<SchedulingPlanSummary> items)List of Scheduling Plan resources.
 
- 
- 
- 
Method Detail- 
itemspublic SchedulingPlanCollection.Builder items(List<SchedulingPlanSummary> items) List of Scheduling Plan resources.- Parameters:
- items- the value to set
- Returns:
- this builder
 
 - 
buildpublic SchedulingPlanCollection build() 
 - 
copypublic SchedulingPlanCollection.Builder copy(SchedulingPlanCollection model) 
 
- 
 
-