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 MicrosoftGraphScheduleEntityTheme
BLUE
Static value blue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
DARK_BLUE
Static value darkBlue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
DARK_GREEN
Static value darkGreen for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
DARK_PINK
Static value darkPink for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
DARK_PURPLE
Static value darkPurple for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
DARK_YELLOW
Static value darkYellow for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
GRAY
Static value gray for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
GREEN
Static value green for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
PINK
Static value pink for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
PURPLE
Static value purple for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
WHITE
Static value white for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
YELLOW
Static value yellow for MicrosoftGraphScheduleEntityTheme.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphScheduleEntityTheme()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphScheduleEntityTheme
fromString(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.
-
-