Interface EffectiveHoursOfOperations.Builder

    • Method Detail

      • date

        EffectiveHoursOfOperations.Builder date​(String date)

        The date that the hours of operation or overrides applies to.

        Parameters:
        date - The date that the hours of operation or overrides applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationalHours

        EffectiveHoursOfOperations.Builder operationalHours​(Collection<OperationalHour> operationalHours)

        Information about the hours of operations with the effective override applied.

        Parameters:
        operationalHours - Information about the hours of operations with the effective override applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • operationalHours

        EffectiveHoursOfOperations.Builder operationalHours​(OperationalHour... operationalHours)

        Information about the hours of operations with the effective override applied.

        Parameters:
        operationalHours - Information about the hours of operations with the effective override applied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.