Interface WeeklyStartTime.Builder

    • Method Detail

      • dayOfWeek

        WeeklyStartTime.Builder dayOfWeek​(String dayOfWeek)

        Required. The day of the week.

        Parameters:
        dayOfWeek - Required. The day of the week.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • dayOfWeek

        WeeklyStartTime.Builder dayOfWeek​(DayOfWeek dayOfWeek)

        Required. The day of the week.

        Parameters:
        dayOfWeek - Required. The day of the week.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • timeOfDay

        WeeklyStartTime.Builder timeOfDay​(String timeOfDay)

        Required. The time, in 24-hour format.

        Parameters:
        timeOfDay - Required. The time, in 24-hour format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeZone

        WeeklyStartTime.Builder timeZone​(String timeZone)

        The time zone, UTC by default, in either the Country/City format, or the UTC offset format.

        Parameters:
        timeZone - The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.