Interface OpeningHoursComponents.Builder

  • Method Details

    • openTime

      String which represents the opening hours, such as "T070000".

      Parameters:
      openTime - String which represents the opening hours, such as "T070000".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • openDuration

      OpeningHoursComponents.Builder openDuration(String openDuration)

      String which represents the duration of the opening period, such as "PT12H00M".

      Parameters:
      openDuration - String which represents the duration of the opening period, such as "PT12H00M".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • recurrence

      OpeningHoursComponents.Builder recurrence(String recurrence)

      Days or periods when the provided opening hours are in affect.

      Example: FREQ:DAILY;BYDAY:MO,TU,WE,TH,SU

      Parameters:
      recurrence - Days or periods when the provided opening hours are in affect.

      Example: FREQ:DAILY;BYDAY:MO,TU,WE,TH,SU

      Returns:
      Returns a reference to this object so that method calls can be chained together.