Class MicrosoftGraphRecurrenceRangeType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphRecurrenceRangeType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecurrenceRangeType
public final class MicrosoftGraphRecurrenceRangeType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphRecurrenceRangeType>
recurrenceRangeType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphRecurrenceRangeTypeStatic value endDate for MicrosoftGraphRecurrenceRangeType.static final MicrosoftGraphRecurrenceRangeTypeStatic value noEnd for MicrosoftGraphRecurrenceRangeType.static final MicrosoftGraphRecurrenceRangeTypeStatic value numbered for MicrosoftGraphRecurrenceRangeType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphRecurrenceRangeType from its string representation.values()Gets known MicrosoftGraphRecurrenceRangeType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
END_DATE
Static value endDate for MicrosoftGraphRecurrenceRangeType. -
NO_END
Static value noEnd for MicrosoftGraphRecurrenceRangeType. -
NUMBERED
Static value numbered for MicrosoftGraphRecurrenceRangeType.
-
-
Constructor Details
-
MicrosoftGraphRecurrenceRangeType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphRecurrenceRangeType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphRecurrenceRangeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphRecurrenceRangeType.
-
values
Gets known MicrosoftGraphRecurrenceRangeType values.- Returns:
- known MicrosoftGraphRecurrenceRangeType values.
-
fromString(String)factory method.