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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchedulingPlanCollection
build()
SchedulingPlanCollection.Builder
copy(SchedulingPlanCollection model)
SchedulingPlanCollection.Builder
items(List<SchedulingPlanSummary> items)
List of Scheduling Plan resources.
-
-
-
Method Detail
-
items
public SchedulingPlanCollection.Builder items(List<SchedulingPlanSummary> items)
List of Scheduling Plan resources.- Parameters:
items
- the value to set- Returns:
- this builder
-
build
public SchedulingPlanCollection build()
-
copy
public SchedulingPlanCollection.Builder copy(SchedulingPlanCollection model)
-
-