Interface WeeklySchedule.Builder

    • Method Detail

      • daysWithStrings

        WeeklySchedule.Builder daysWithStrings​(Collection<String> days)

        The weekly schedule's days.

        Parameters:
        days - The weekly schedule's days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • daysWithStrings

        WeeklySchedule.Builder daysWithStrings​(String... days)

        The weekly schedule's days.

        Parameters:
        days - The weekly schedule's days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • days

        WeeklySchedule.Builder days​(Collection<Day> days)

        The weekly schedule's days.

        Parameters:
        days - The weekly schedule's days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • days

        WeeklySchedule.Builder days​(Day... days)

        The weekly schedule's days.

        Parameters:
        days - The weekly schedule's days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        WeeklySchedule.Builder startTime​(Time startTime)

        The weekly schedule's start time.

        Parameters:
        startTime - The weekly schedule's start time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.