Class MicrosoftGraphCalendarColor
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphCalendarColor>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarColor
public final class MicrosoftGraphCalendarColor
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphCalendarColor>
calendarColor.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphCalendarColorStatic value auto for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightBlue for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightBrown for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightGray for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightGreen for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightOrange for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightPink for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightRed for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightTeal for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value lightYellow for MicrosoftGraphCalendarColor.static final MicrosoftGraphCalendarColorStatic value maxColor for MicrosoftGraphCalendarColor. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphCalendarColorfromString(String name) Creates or finds a MicrosoftGraphCalendarColor from its string representation.values()Gets known MicrosoftGraphCalendarColor values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTO
Static value auto for MicrosoftGraphCalendarColor. -
LIGHT_BLUE
Static value lightBlue for MicrosoftGraphCalendarColor. -
LIGHT_GREEN
Static value lightGreen for MicrosoftGraphCalendarColor. -
LIGHT_ORANGE
Static value lightOrange for MicrosoftGraphCalendarColor. -
LIGHT_GRAY
Static value lightGray for MicrosoftGraphCalendarColor. -
LIGHT_YELLOW
Static value lightYellow for MicrosoftGraphCalendarColor. -
LIGHT_TEAL
Static value lightTeal for MicrosoftGraphCalendarColor. -
LIGHT_PINK
Static value lightPink for MicrosoftGraphCalendarColor. -
LIGHT_BROWN
Static value lightBrown for MicrosoftGraphCalendarColor. -
LIGHT_RED
Static value lightRed for MicrosoftGraphCalendarColor. -
MAX_COLOR
Static value maxColor for MicrosoftGraphCalendarColor.
-
-
Constructor Details
-
MicrosoftGraphCalendarColor
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphCalendarColor value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphCalendarColor from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphCalendarColor.
-
values
Gets known MicrosoftGraphCalendarColor values.- Returns:
- known MicrosoftGraphCalendarColor values.
-
fromString(String)factory method.