Class MonthlyRecurrence

java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.Recurrence
com.azure.resourcemanager.alertsmanagement.models.MonthlyRecurrence

public final class MonthlyRecurrence extends Recurrence
Monthly recurrence object.
  • Constructor Details

    • MonthlyRecurrence

      public MonthlyRecurrence()
  • Method Details

    • daysOfMonth

      public List<Integer> daysOfMonth()
      Get the daysOfMonth property: Specifies the values for monthly recurrence pattern.
      Returns:
      the daysOfMonth value.
    • withDaysOfMonth

      public MonthlyRecurrence withDaysOfMonth(List<Integer> daysOfMonth)
      Set the daysOfMonth property: Specifies the values for monthly recurrence pattern.
      Parameters:
      daysOfMonth - the daysOfMonth value to set.
      Returns:
      the MonthlyRecurrence object itself.
    • withStartTime

      public MonthlyRecurrence withStartTime(String startTime)
      Set the startTime property: Start time for recurrence.
      Overrides:
      withStartTime in class Recurrence
      Parameters:
      startTime - the startTime value to set.
      Returns:
      the Recurrence object itself.
    • withEndTime

      public MonthlyRecurrence withEndTime(String endTime)
      Set the endTime property: End time for recurrence.
      Overrides:
      withEndTime in class Recurrence
      Parameters:
      endTime - the endTime value to set.
      Returns:
      the Recurrence object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class Recurrence
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.