Class ScheduleInformation.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ScheduleInformation.Builder
-
- Enclosing class:
- ScheduleInformation
public static final class ScheduleInformation.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScheduleInformation.BuilderavailabilityView(String availabilityView)ScheduleInformationbuild()ScheduleInformation.Buildererror(FreeBusyError error)ScheduleInformation.BuilderscheduleId(String scheduleId)ScheduleInformation.BuilderscheduleItems(List<ScheduleItem> scheduleItems)ScheduleInformation.BuilderscheduleItems(ScheduleItem... scheduleItems)ScheduleInformation.BuilderscheduleItemsNextLink(String scheduleItemsNextLink)ScheduleInformation.BuilderworkingHours(WorkingHours workingHours)
-
-
-
Method Detail
-
availabilityView
public ScheduleInformation.Builder availabilityView(String availabilityView)
-
error
public ScheduleInformation.Builder error(FreeBusyError error)
-
scheduleId
public ScheduleInformation.Builder scheduleId(String scheduleId)
-
scheduleItems
public ScheduleInformation.Builder scheduleItems(List<ScheduleItem> scheduleItems)
-
scheduleItems
public ScheduleInformation.Builder scheduleItems(ScheduleItem... scheduleItems)
-
scheduleItemsNextLink
public ScheduleInformation.Builder scheduleItemsNextLink(String scheduleItemsNextLink)
-
workingHours
public ScheduleInformation.Builder workingHours(WorkingHours workingHours)
-
build
public ScheduleInformation build()
-
-