Class MicrosoftGraphRecurrencePatternType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphRecurrencePatternType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecurrencePatternType
-
public final class MicrosoftGraphRecurrencePatternType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphRecurrencePatternType>
Defines values for MicrosoftGraphRecurrencePatternType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphRecurrencePatternTypeABSOLUTE_MONTHLYStatic value absoluteMonthly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeABSOLUTE_YEARLYStatic value absoluteYearly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeDAILYStatic value daily for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeRELATIVE_MONTHLYStatic value relativeMonthly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeRELATIVE_YEARLYStatic value relativeYearly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeWEEKLYStatic value weekly for MicrosoftGraphRecurrencePatternType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphRecurrencePatternType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphRecurrencePatternTypefromString(String name)Creates or finds a MicrosoftGraphRecurrencePatternType from its string representation.static Collection<MicrosoftGraphRecurrencePatternType>values()
-
-
-
Field Detail
-
DAILY
public static final MicrosoftGraphRecurrencePatternType DAILY
Static value daily for MicrosoftGraphRecurrencePatternType.
-
WEEKLY
public static final MicrosoftGraphRecurrencePatternType WEEKLY
Static value weekly for MicrosoftGraphRecurrencePatternType.
-
ABSOLUTE_MONTHLY
public static final MicrosoftGraphRecurrencePatternType ABSOLUTE_MONTHLY
Static value absoluteMonthly for MicrosoftGraphRecurrencePatternType.
-
RELATIVE_MONTHLY
public static final MicrosoftGraphRecurrencePatternType RELATIVE_MONTHLY
Static value relativeMonthly for MicrosoftGraphRecurrencePatternType.
-
ABSOLUTE_YEARLY
public static final MicrosoftGraphRecurrencePatternType ABSOLUTE_YEARLY
Static value absoluteYearly for MicrosoftGraphRecurrencePatternType.
-
RELATIVE_YEARLY
public static final MicrosoftGraphRecurrencePatternType RELATIVE_YEARLY
Static value relativeYearly for MicrosoftGraphRecurrencePatternType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphRecurrencePatternType fromString(String name)
Creates or finds a MicrosoftGraphRecurrencePatternType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphRecurrencePatternType.
-
values
public static Collection<MicrosoftGraphRecurrencePatternType> values()
- Returns:
- known MicrosoftGraphRecurrencePatternType values.
-
-