Uses of Class
odata.msgraph.client.beta.complex.ScheduleInformation.Builder
-
Packages that use ScheduleInformation.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ScheduleInformation.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ScheduleInformation.Builder Modifier and Type Method Description ScheduleInformation.BuilderScheduleInformation.Builder. availabilityView(String availabilityView)static ScheduleInformation.BuilderScheduleInformation. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ScheduleInformation.BuilderScheduleInformation.Builder. error(FreeBusyError error)ScheduleInformation.BuilderScheduleInformation.Builder. scheduleId(String scheduleId)ScheduleInformation.BuilderScheduleInformation.Builder. scheduleItems(List<ScheduleItem> scheduleItems)ScheduleInformation.BuilderScheduleInformation.Builder. scheduleItems(ScheduleItem... scheduleItems)ScheduleInformation.BuilderScheduleInformation.Builder. scheduleItemsNextLink(String scheduleItemsNextLink)ScheduleInformation.BuilderScheduleInformation.Builder. workingHours(WorkingHours workingHours)
-