Interface OpenHours.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OpenHours.Builder,OpenHours>, SdkBuilder<OpenHours.Builder,OpenHours>, SdkPojo
Enclosing class:
OpenHours

public static interface OpenHours.Builder extends SdkPojo, CopyableBuilder<OpenHours.Builder,OpenHours>
  • Method Details

    • 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.