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
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphScheduleEntityThemeStatic value blue for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value darkBlue for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value darkGreen for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value darkPink for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value darkPurple for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value darkYellow for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value gray for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value green for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value pink for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value purple for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value white for MicrosoftGraphScheduleEntityTheme.static final MicrosoftGraphScheduleEntityThemeStatic value yellow for MicrosoftGraphScheduleEntityTheme. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
WHITE
Static value white for MicrosoftGraphScheduleEntityTheme. -
BLUE
Static value blue for MicrosoftGraphScheduleEntityTheme. -
GREEN
Static value green for MicrosoftGraphScheduleEntityTheme. -
PURPLE
Static value purple for MicrosoftGraphScheduleEntityTheme. -
PINK
Static value pink for MicrosoftGraphScheduleEntityTheme. -
YELLOW
Static value yellow for MicrosoftGraphScheduleEntityTheme. -
GRAY
Static value gray for MicrosoftGraphScheduleEntityTheme. -
DARK_BLUE
Static value darkBlue for MicrosoftGraphScheduleEntityTheme. -
DARK_GREEN
Static value darkGreen for MicrosoftGraphScheduleEntityTheme. -
DARK_PURPLE
Static value darkPurple for MicrosoftGraphScheduleEntityTheme. -
DARK_PINK
Static value darkPink for MicrosoftGraphScheduleEntityTheme. -
DARK_YELLOW
Static value darkYellow for MicrosoftGraphScheduleEntityTheme. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.
-
-
Constructor Details
-
MicrosoftGraphScheduleEntityTheme
public MicrosoftGraphScheduleEntityTheme()
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphScheduleEntityTheme.
-
values
- Returns:
- known MicrosoftGraphScheduleEntityTheme values.
-