Class RecurrenceSchedule

java.lang.Object
com.azure.analytics.synapse.artifacts.models.RecurrenceSchedule

public final class RecurrenceSchedule extends Object
The recurrence schedule.
  • Constructor Details

    • RecurrenceSchedule

      public RecurrenceSchedule()
  • Method Details

    • getMinutes

      public List<Integer> getMinutes()
      Get the minutes property: The minutes.
      Returns:
      the minutes value.
    • setMinutes

      public RecurrenceSchedule setMinutes(List<Integer> minutes)
      Set the minutes property: The minutes.
      Parameters:
      minutes - the minutes value to set.
      Returns:
      the RecurrenceSchedule object itself.
    • getHours

      public List<Integer> getHours()
      Get the hours property: The hours.
      Returns:
      the hours value.
    • setHours

      public RecurrenceSchedule setHours(List<Integer> hours)
      Set the hours property: The hours.
      Parameters:
      hours - the hours value to set.
      Returns:
      the RecurrenceSchedule object itself.
    • getWeekDays

      public List<DayOfWeek> getWeekDays()
      Get the weekDays property: The days of the week.
      Returns:
      the weekDays value.
    • setWeekDays

      public RecurrenceSchedule setWeekDays(List<DayOfWeek> weekDays)
      Set the weekDays property: The days of the week.
      Parameters:
      weekDays - the weekDays value to set.
      Returns:
      the RecurrenceSchedule object itself.
    • getMonthDays

      public List<Integer> getMonthDays()
      Get the monthDays property: The month days.
      Returns:
      the monthDays value.
    • setMonthDays

      public RecurrenceSchedule setMonthDays(List<Integer> monthDays)
      Set the monthDays property: The month days.
      Parameters:
      monthDays - the monthDays value to set.
      Returns:
      the RecurrenceSchedule object itself.
    • getMonthlyOccurrences

      public List<RecurrenceScheduleOccurrence> getMonthlyOccurrences()
      Get the monthlyOccurrences property: The monthly occurrences.
      Returns:
      the monthlyOccurrences value.
    • setMonthlyOccurrences

      public RecurrenceSchedule setMonthlyOccurrences(List<RecurrenceScheduleOccurrence> monthlyOccurrences)
      Set the monthlyOccurrences property: The monthly occurrences.
      Parameters:
      monthlyOccurrences - the monthlyOccurrences value to set.
      Returns:
      the RecurrenceSchedule object itself.
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Get the additionalProperties property: The recurrence schedule.
      Returns:
      the additionalProperties value.
    • setAdditionalProperties

      public RecurrenceSchedule setAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: The recurrence schedule.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the RecurrenceSchedule object itself.