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>
Defines values for MicrosoftGraphCalendarColor.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphCalendarColorAUTOStatic value auto for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_BLUEStatic value lightBlue for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_BROWNStatic value lightBrown for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_GRAYStatic value lightGray for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_GREENStatic value lightGreen for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_ORANGEStatic value lightOrange for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_PINKStatic value lightPink for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_REDStatic value lightRed for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_TEALStatic value lightTeal for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorLIGHT_YELLOWStatic value lightYellow for MicrosoftGraphCalendarColor.static MicrosoftGraphCalendarColorMAX_COLORStatic value maxColor for MicrosoftGraphCalendarColor.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphCalendarColor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphCalendarColorfromString(String name)Creates or finds a MicrosoftGraphCalendarColor from its string representation.static Collection<MicrosoftGraphCalendarColor>values()
-
-
-
Field Detail
-
AUTO
public static final MicrosoftGraphCalendarColor AUTO
Static value auto for MicrosoftGraphCalendarColor.
-
LIGHT_BLUE
public static final MicrosoftGraphCalendarColor LIGHT_BLUE
Static value lightBlue for MicrosoftGraphCalendarColor.
-
LIGHT_GREEN
public static final MicrosoftGraphCalendarColor LIGHT_GREEN
Static value lightGreen for MicrosoftGraphCalendarColor.
-
LIGHT_ORANGE
public static final MicrosoftGraphCalendarColor LIGHT_ORANGE
Static value lightOrange for MicrosoftGraphCalendarColor.
-
LIGHT_GRAY
public static final MicrosoftGraphCalendarColor LIGHT_GRAY
Static value lightGray for MicrosoftGraphCalendarColor.
-
LIGHT_YELLOW
public static final MicrosoftGraphCalendarColor LIGHT_YELLOW
Static value lightYellow for MicrosoftGraphCalendarColor.
-
LIGHT_TEAL
public static final MicrosoftGraphCalendarColor LIGHT_TEAL
Static value lightTeal for MicrosoftGraphCalendarColor.
-
LIGHT_PINK
public static final MicrosoftGraphCalendarColor LIGHT_PINK
Static value lightPink for MicrosoftGraphCalendarColor.
-
LIGHT_BROWN
public static final MicrosoftGraphCalendarColor LIGHT_BROWN
Static value lightBrown for MicrosoftGraphCalendarColor.
-
LIGHT_RED
public static final MicrosoftGraphCalendarColor LIGHT_RED
Static value lightRed for MicrosoftGraphCalendarColor.
-
MAX_COLOR
public static final MicrosoftGraphCalendarColor MAX_COLOR
Static value maxColor for MicrosoftGraphCalendarColor.
-
-
Method Detail
-
fromString
public static MicrosoftGraphCalendarColor fromString(String name)
Creates or finds a MicrosoftGraphCalendarColor from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphCalendarColor.
-
values
public static Collection<MicrosoftGraphCalendarColor> values()
- Returns:
- known MicrosoftGraphCalendarColor values.
-
-