Interface WeeklySchedule.Builder

  • Method Details

    • dayOfWeek

      WeeklySchedule.Builder dayOfWeek(String dayOfWeek)

      The day of the week on which the weekly sync runs.

      Parameters:
      dayOfWeek - The day of the week on which the weekly sync runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dayOfWeek

      WeeklySchedule.Builder dayOfWeek(DayOfWeek dayOfWeek)

      The day of the week on which the weekly sync runs.

      Parameters:
      dayOfWeek - The day of the week on which the weekly sync runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: