Package com.oracle.bmc.usageapi.model
Class ScheduleCollection.Builder
- java.lang.Object
 - 
- com.oracle.bmc.usageapi.model.ScheduleCollection.Builder
 
 
- 
- Enclosing class:
 - ScheduleCollection
 
public static class ScheduleCollection.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleCollectionbuild()ScheduleCollection.Buildercopy(ScheduleCollection model)ScheduleCollection.Builderitems(List<ScheduleSummary> items)Schedule summary list. 
 - 
 
- 
- 
Method Detail
- 
items
public ScheduleCollection.Builder items(List<ScheduleSummary> items)
Schedule summary list.- Parameters:
 items- the value to set- Returns:
 - this builder
 
 
- 
build
public ScheduleCollection build()
 
- 
copy
public ScheduleCollection.Builder copy(ScheduleCollection model)
 
 - 
 
 -