Class RecurrenceType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecurrenceType>
com.azure.resourcemanager.alertsmanagement.models.RecurrenceType
Specifies when the recurrence should be applied.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecurrenceType
Static value Daily for RecurrenceType.static final RecurrenceType
Static value Monthly for RecurrenceType.static final RecurrenceType
Static value Weekly for RecurrenceType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecurrenceType
fromString
(String name) Creates or finds a RecurrenceType from its string representation.static Collection<RecurrenceType>
values()
Gets known RecurrenceType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DAILY
Static value Daily for RecurrenceType. -
WEEKLY
Static value Weekly for RecurrenceType. -
MONTHLY
Static value Monthly for RecurrenceType.
-
-
Constructor Details
-
RecurrenceType
public RecurrenceType()
-
-
Method Details
-
fromString
Creates or finds a RecurrenceType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding RecurrenceType.
-
values
Gets known RecurrenceType values.- Returns:
- known RecurrenceType values.
-