public static final class BookingWorkHours.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BookingWorkHours |
build() |
BookingWorkHours.Builder |
day(DayOfWeek day)
“The day of the week represented by this instance.”
|
BookingWorkHours.Builder |
timeSlots(List<BookingWorkTimeSlot> timeSlots)
“A list of start/end times during a day.”
|
BookingWorkHours.Builder |
timeSlotsNextLink(String timeSlotsNextLink)
“A list of start/end times during a day.”
|
public BookingWorkHours.Builder day(DayOfWeek day)
day - value of day property (as defined in service metadata)this (for method chaining)public BookingWorkHours.Builder timeSlots(List<BookingWorkTimeSlot> timeSlots)
timeSlots - value of timeSlots property (as defined in service metadata)this (for method chaining)public BookingWorkHours.Builder timeSlotsNextLink(String timeSlotsNextLink)
timeSlotsNextLink - value of timeSlots@nextLink property (as defined in service metadata)this (for method chaining)public BookingWorkHours build()
Copyright © 2018–2020. All rights reserved.