MicrosoftGraphScheduleEntityTheme Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphScheduleEntityTheme
- com.
- com.
public final class MicrosoftGraphScheduleEntityTheme
extends ExpandableStringEnum<MicrosoftGraphScheduleEntityTheme>
scheduleEntityTheme.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
BLUE
Static value blue for Microsoft |
static final
Microsoft |
DARK_BLUE
Static value dark |
static final
Microsoft |
DARK_GREEN
Static value dark |
static final
Microsoft |
DARK_PINK
Static value dark |
static final
Microsoft |
DARK_PURPLE
Static value dark |
static final
Microsoft |
DARK_YELLOW
Static value dark |
static final
Microsoft |
GRAY
Static value gray for Microsoft |
static final
Microsoft |
GREEN
Static value green for Microsoft |
static final
Microsoft |
PINK
Static value pink for Microsoft |
static final
Microsoft |
PURPLE
Static value purple for Microsoft |
static final
Microsoft |
UNKNOWN_FUTURE_VALUE
Static value unknown |
static final
Microsoft |
WHITE
Static value white for Microsoft |
static final
Microsoft |
YELLOW
Static value yellow for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphScheduleEntityTheme() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BLUE
public static final MicrosoftGraphScheduleEntityTheme BLUE
Static value blue 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_PINK
public static final MicrosoftGraphScheduleEntityTheme DARK_PINK
Static value darkPink for MicrosoftGraphScheduleEntityTheme.
DARK_PURPLE
public static final MicrosoftGraphScheduleEntityTheme DARK_PURPLE
Static value darkPurple for MicrosoftGraphScheduleEntityTheme.
DARK_YELLOW
public static final MicrosoftGraphScheduleEntityTheme DARK_YELLOW
Static value darkYellow for MicrosoftGraphScheduleEntityTheme.
GRAY
public static final MicrosoftGraphScheduleEntityTheme GRAY
Static value gray for MicrosoftGraphScheduleEntityTheme.
GREEN
public static final MicrosoftGraphScheduleEntityTheme GREEN
Static value green for MicrosoftGraphScheduleEntityTheme.
PINK
public static final MicrosoftGraphScheduleEntityTheme PINK
Static value pink for MicrosoftGraphScheduleEntityTheme.
PURPLE
public static final MicrosoftGraphScheduleEntityTheme PURPLE
Static value purple for MicrosoftGraphScheduleEntityTheme.
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphScheduleEntityTheme UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.
WHITE
public static final MicrosoftGraphScheduleEntityTheme WHITE
Static value white for MicrosoftGraphScheduleEntityTheme.
YELLOW
public static final MicrosoftGraphScheduleEntityTheme YELLOW
Static value yellow for MicrosoftGraphScheduleEntityTheme.
Constructor Details
MicrosoftGraphScheduleEntityTheme
@Deprecated
public MicrosoftGraphScheduleEntityTheme()
Deprecated
Creates a new instance of MicrosoftGraphScheduleEntityTheme value.
Method Details
fromString
public static MicrosoftGraphScheduleEntityTheme fromString(String name)
Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphScheduleEntityTheme values.
Returns:
Applies to
Azure SDK for Java