Uses of Class
odata.msgraph.client.complex.BookingWorkTimeSlot
-
Packages that use BookingWorkTimeSlot Package Description odata.msgraph.client.complex -
-
Uses of BookingWorkTimeSlot in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type BookingWorkTimeSlot Modifier and Type Field Description protected List<BookingWorkTimeSlot>BookingWorkHours. timeSlotsMethods in odata.msgraph.client.complex that return BookingWorkTimeSlot Modifier and Type Method Description BookingWorkTimeSlotBookingWorkTimeSlot.Builder. build()BookingWorkTimeSlotBookingWorkTimeSlot. withEndTime(LocalTime endTime)BookingWorkTimeSlotBookingWorkTimeSlot. withStartTime(LocalTime startTime)BookingWorkTimeSlotBookingWorkTimeSlot. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type BookingWorkTimeSlot Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BookingWorkTimeSlot>BookingWorkHours. getTimeSlots()“A list of start/end times during a day.”com.github.davidmoten.odata.client.CollectionPage<BookingWorkTimeSlot>BookingWorkHours. getTimeSlots(com.github.davidmoten.odata.client.HttpRequestOptions options)“A list of start/end times during a day.”Methods in odata.msgraph.client.complex with parameters of type BookingWorkTimeSlot Modifier and Type Method Description BookingWorkHours.BuilderBookingWorkHours.Builder. timeSlots(BookingWorkTimeSlot... timeSlots)“A list of start/end times during a day.”Method parameters in odata.msgraph.client.complex with type arguments of type BookingWorkTimeSlot Modifier and Type Method Description BookingWorkHours.BuilderBookingWorkHours.Builder. timeSlots(List<BookingWorkTimeSlot> timeSlots)“A list of start/end times during a day.”
-