Interface MonthlySchedule.Builder

    • Method Detail

      • day

        MonthlySchedule.Builder day​(String day)

        The monthly schedule's day.

        Parameters:
        day - The monthly schedule's day.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Day, Day
      • day

        MonthlySchedule.Builder day​(Day day)

        The monthly schedule's day.

        Parameters:
        day - The monthly schedule's day.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Day, Day
      • startTime

        MonthlySchedule.Builder startTime​(Time startTime)

        The monthly schedule's start time.

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