Class MicrosoftGraphWeekIndex
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphWeekIndex>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWeekIndex
public final class MicrosoftGraphWeekIndex
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphWeekIndex>
weekIndex.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphWeekIndexStatic value first for MicrosoftGraphWeekIndex.static final MicrosoftGraphWeekIndexStatic value fourth for MicrosoftGraphWeekIndex.static final MicrosoftGraphWeekIndexStatic value last for MicrosoftGraphWeekIndex.static final MicrosoftGraphWeekIndexStatic value second for MicrosoftGraphWeekIndex.static final MicrosoftGraphWeekIndexStatic value third for MicrosoftGraphWeekIndex. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphWeekIndexfromString(String name) Creates or finds a MicrosoftGraphWeekIndex from its string representation.static Collection<MicrosoftGraphWeekIndex>values()Gets known MicrosoftGraphWeekIndex values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
FIRST
Static value first for MicrosoftGraphWeekIndex. -
SECOND
Static value second for MicrosoftGraphWeekIndex. -
THIRD
Static value third for MicrosoftGraphWeekIndex. -
FOURTH
Static value fourth for MicrosoftGraphWeekIndex. -
LAST
Static value last for MicrosoftGraphWeekIndex.
-
-
Constructor Details
-
MicrosoftGraphWeekIndex
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphWeekIndex value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphWeekIndex from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphWeekIndex.
-
values
Gets known MicrosoftGraphWeekIndex values.- Returns:
- known MicrosoftGraphWeekIndex values.
-
fromString(String)factory method.