RecurrenceType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. alertsmanagement. models. RecurrenceType
- com.
- com.
public final class RecurrenceType
extends ExpandableStringEnum<RecurrenceType>
Specifies when the recurrence should be applied.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Recurrence |
DAILY
Static value Daily for Recurrence |
|
static final
Recurrence |
MONTHLY
Static value Monthly for Recurrence |
|
static final
Recurrence |
WEEKLY
Static value Weekly for Recurrence |
Constructor Summary
| Constructor | Description |
|---|---|
| RecurrenceType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Recurrence |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recurrence |
fromString(String name)
Creates or finds a Recurrence |
|
static
Collection<Recurrence |
values()
Gets known Recurrence |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DAILY
public static final RecurrenceType DAILY
Static value Daily for RecurrenceType.
MONTHLY
public static final RecurrenceType MONTHLY
Static value Monthly for RecurrenceType.
WEEKLY
public static final RecurrenceType WEEKLY
Static value Weekly for RecurrenceType.
Constructor Details
RecurrenceType
@Deprecated
public RecurrenceType()
Deprecated
Creates a new instance of RecurrenceType value.
Method Details
fromString
public static RecurrenceType fromString(String name)
Creates or finds a RecurrenceType from its string representation.
Parameters:
Returns:
values
public static Collection<RecurrenceType> values()
Gets known RecurrenceType values.
Returns: