Class MicrosoftGraphScheduleEntityTheme
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphScheduleEntityTheme>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleEntityTheme
-
public final class MicrosoftGraphScheduleEntityTheme extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphScheduleEntityTheme>
Defines values for MicrosoftGraphScheduleEntityTheme.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphScheduleEntityThemeBLUEStatic value blue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeDARK_BLUEStatic value darkBlue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeDARK_GREENStatic value darkGreen for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeDARK_PINKStatic value darkPink for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeDARK_PURPLEStatic value darkPurple for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeDARK_YELLOWStatic value darkYellow for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeGRAYStatic value gray for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeGREENStatic value green for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemePINKStatic value pink for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemePURPLEStatic value purple for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeUNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeWHITEStatic value white for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityThemeYELLOWStatic value yellow for MicrosoftGraphScheduleEntityTheme.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphScheduleEntityTheme()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphScheduleEntityThemefromString(String name)Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.static Collection<MicrosoftGraphScheduleEntityTheme>values()
-
-
-
Field Detail
-
WHITE
public static final MicrosoftGraphScheduleEntityTheme WHITE
Static value white for MicrosoftGraphScheduleEntityTheme.
-
BLUE
public static final MicrosoftGraphScheduleEntityTheme BLUE
Static value blue for MicrosoftGraphScheduleEntityTheme.
-
GREEN
public static final MicrosoftGraphScheduleEntityTheme GREEN
Static value green for MicrosoftGraphScheduleEntityTheme.
-
PURPLE
public static final MicrosoftGraphScheduleEntityTheme PURPLE
Static value purple for MicrosoftGraphScheduleEntityTheme.
-
PINK
public static final MicrosoftGraphScheduleEntityTheme PINK
Static value pink for MicrosoftGraphScheduleEntityTheme.
-
YELLOW
public static final MicrosoftGraphScheduleEntityTheme YELLOW
Static value yellow for MicrosoftGraphScheduleEntityTheme.
-
GRAY
public static final MicrosoftGraphScheduleEntityTheme GRAY
Static value gray for MicrosoftGraphScheduleEntityTheme.
-
DARK_BLUE
public static final MicrosoftGraphScheduleEntityTheme DARK_BLUE
Static value darkBlue for MicrosoftGraphScheduleEntityTheme.
-
DARK_GREEN
public static final MicrosoftGraphScheduleEntityTheme DARK_GREEN
Static value darkGreen for MicrosoftGraphScheduleEntityTheme.
-
DARK_PURPLE
public static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE
Static value darkPurple for MicrosoftGraphScheduleEntityTheme.
-
DARK_PINK
public static final MicrosoftGraphScheduleEntityTheme DARK_PINK
Static value darkPink for MicrosoftGraphScheduleEntityTheme.
-
DARK_YELLOW
public static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW
Static value darkYellow for MicrosoftGraphScheduleEntityTheme.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.
-
-
Method Detail
-
fromString
public static MicrosoftGraphScheduleEntityTheme fromString(String name)
Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphScheduleEntityTheme.
-
values
public static Collection<MicrosoftGraphScheduleEntityTheme> values()
- Returns:
- known MicrosoftGraphScheduleEntityTheme values.
-
-