| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<BookingWorkTimeSlot> |
BookingWorkHours.timeSlots |
| Modifier and Type | Method and Description |
|---|---|
BookingWorkTimeSlot |
BookingWorkTimeSlot.Builder.build() |
BookingWorkTimeSlot |
BookingWorkTimeSlot.withEnd(LocalTime end) |
BookingWorkTimeSlot |
BookingWorkTimeSlot.withStart(LocalTime start) |
| Modifier and Type | Method and 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.”
|
| Modifier and Type | Method and Description |
|---|---|
BookingWorkHours.Builder |
BookingWorkHours.Builder.timeSlots(BookingWorkTimeSlot... timeSlots)
“A list of start/end times during a day.”
|
| Modifier and Type | Method and Description |
|---|---|
BookingWorkHours.Builder |
BookingWorkHours.Builder.timeSlots(List<BookingWorkTimeSlot> timeSlots)
“A list of start/end times during a day.”
|
Copyright © 2018–2020. All rights reserved.