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>
recurrencePatternType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphRecurrencePatternTypeStatic value absoluteMonthly for MicrosoftGraphRecurrencePatternType.static final MicrosoftGraphRecurrencePatternTypeStatic value absoluteYearly for MicrosoftGraphRecurrencePatternType.static final MicrosoftGraphRecurrencePatternTypeStatic value daily for MicrosoftGraphRecurrencePatternType.static final MicrosoftGraphRecurrencePatternTypeStatic value relativeMonthly for MicrosoftGraphRecurrencePatternType.static final MicrosoftGraphRecurrencePatternTypeStatic value relativeYearly for MicrosoftGraphRecurrencePatternType.static final MicrosoftGraphRecurrencePatternTypeStatic value weekly for MicrosoftGraphRecurrencePatternType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphRecurrencePatternType from its string representation.values()Gets known MicrosoftGraphRecurrencePatternType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
DAILY
Static value daily for MicrosoftGraphRecurrencePatternType. -
WEEKLY
Static value weekly for MicrosoftGraphRecurrencePatternType. -
ABSOLUTE_MONTHLY
Static value absoluteMonthly for MicrosoftGraphRecurrencePatternType. -
RELATIVE_MONTHLY
Static value relativeMonthly for MicrosoftGraphRecurrencePatternType. -
ABSOLUTE_YEARLY
Static value absoluteYearly for MicrosoftGraphRecurrencePatternType. -
RELATIVE_YEARLY
Static value relativeYearly for MicrosoftGraphRecurrencePatternType.
-
-
Constructor Details
-
MicrosoftGraphRecurrencePatternType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphRecurrencePatternType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphRecurrencePatternType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphRecurrencePatternType.
-
values
Gets known MicrosoftGraphRecurrencePatternType values.- Returns:
- known MicrosoftGraphRecurrencePatternType values.
-
fromString(String)factory method.