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>
Defines values for MicrosoftGraphRecurrenceRangeType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphRecurrenceRangeTypeEND_DATEStatic value endDate for MicrosoftGraphRecurrenceRangeType.static MicrosoftGraphRecurrenceRangeTypeNO_ENDStatic value noEnd for MicrosoftGraphRecurrenceRangeType.static MicrosoftGraphRecurrenceRangeTypeNUMBEREDStatic value numbered for MicrosoftGraphRecurrenceRangeType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphRecurrenceRangeType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphRecurrenceRangeTypefromString(String name)Creates or finds a MicrosoftGraphRecurrenceRangeType from its string representation.static Collection<MicrosoftGraphRecurrenceRangeType>values()
-
-
-
Field Detail
-
END_DATE
public static final MicrosoftGraphRecurrenceRangeType END_DATE
Static value endDate for MicrosoftGraphRecurrenceRangeType.
-
NO_END
public static final MicrosoftGraphRecurrenceRangeType NO_END
Static value noEnd for MicrosoftGraphRecurrenceRangeType.
-
NUMBERED
public static final MicrosoftGraphRecurrenceRangeType NUMBERED
Static value numbered for MicrosoftGraphRecurrenceRangeType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphRecurrenceRangeType fromString(String name)
Creates or finds a MicrosoftGraphRecurrenceRangeType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphRecurrenceRangeType.
-
values
public static Collection<MicrosoftGraphRecurrenceRangeType> values()
- Returns:
- known MicrosoftGraphRecurrenceRangeType values.
-
-