Interface OpenHours.Builder

    • Method Detail

      • dailyHoursWithStrings

        OpenHours.Builder dailyHoursWithStrings​(Map<String,​? extends Collection<TimeRange>> dailyHours)
        Sets the value of the DailyHours property for this object.
        Parameters:
        dailyHours - The new value for the DailyHours property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dailyHours

        OpenHours.Builder dailyHours​(Map<DayOfWeek,​? extends Collection<TimeRange>> dailyHours)
        Sets the value of the DailyHours property for this object.
        Parameters:
        dailyHours - The new value for the DailyHours property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.