Class WeeklyRecurrence
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.Recurrence
com.azure.resourcemanager.alertsmanagement.models.WeeklyRecurrence
Weekly recurrence object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the daysOfWeek property: Specifies the values for weekly recurrence pattern.void
validate()
Validates the instance.withDaysOfWeek
(List<DaysOfWeek> daysOfWeek) Set the daysOfWeek property: Specifies the values for weekly recurrence pattern.withEndTime
(String endTime) Set the endTime property: End time for recurrence.withStartTime
(String startTime) Set the startTime property: Start time for recurrence.Methods inherited from class com.azure.resourcemanager.alertsmanagement.models.Recurrence
endTime, startTime
-
Constructor Details
-
WeeklyRecurrence
public WeeklyRecurrence()
-
-
Method Details
-
daysOfWeek
Get the daysOfWeek property: Specifies the values for weekly recurrence pattern.- Returns:
- the daysOfWeek value.
-
withDaysOfWeek
Set the daysOfWeek property: Specifies the values for weekly recurrence pattern.- Parameters:
daysOfWeek
- the daysOfWeek value to set.- Returns:
- the WeeklyRecurrence object itself.
-
withStartTime
Set the startTime property: Start time for recurrence.- Overrides:
withStartTime
in classRecurrence
- Parameters:
startTime
- the startTime value to set.- Returns:
- the Recurrence object itself.
-
withEndTime
Set the endTime property: End time for recurrence.- Overrides:
withEndTime
in classRecurrence
- Parameters:
endTime
- the endTime value to set.- Returns:
- the Recurrence object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classRecurrence
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-