Class BookingWorkHours.Builder

    • Method Detail

      • day

        public BookingWorkHours.Builder day​(DayOfWeek day)
        “The day of the week represented by this instance.”
        Parameters:
        day - value of day property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • timeSlots

        public BookingWorkHours.Builder timeSlots​(List<BookingWorkTimeSlot> timeSlots)
        “A list of start/end times during a day.”
        Parameters:
        timeSlots - value of timeSlots property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • timeSlots

        public BookingWorkHours.Builder timeSlots​(BookingWorkTimeSlot... timeSlots)
        “A list of start/end times during a day.”
        Parameters:
        timeSlots - value of timeSlots property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • timeSlotsNextLink

        public BookingWorkHours.Builder timeSlotsNextLink​(String timeSlotsNextLink)
        “A list of start/end times during a day.”
        Parameters:
        timeSlotsNextLink - value of timeSlots@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)