Uses of Class
odata.msgraph.client.beta.complex.BookingWorkHours.Builder
-
Packages that use BookingWorkHours.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of BookingWorkHours.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BookingWorkHours.Builder Modifier and Type Method Description static BookingWorkHours.BuilderBookingWorkHours. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).BookingWorkHours.BuilderBookingWorkHours.Builder. day(DayOfWeek day)“The day of the week represented by this instance.”BookingWorkHours.BuilderBookingWorkHours.Builder. timeSlots(List<BookingWorkTimeSlot> timeSlots)“A list of start/end times during a day.”BookingWorkHours.BuilderBookingWorkHours.Builder. timeSlots(BookingWorkTimeSlot... timeSlots)“A list of start/end times during a day.”BookingWorkHours.BuilderBookingWorkHours.Builder. timeSlotsNextLink(String timeSlotsNextLink)“A list of start/end times during a day.”
-