Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphScheduleEntityTheme
-
Packages that use MicrosoftGraphScheduleEntityTheme Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphScheduleEntityTheme in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphScheduleEntityTheme Modifier and Type Field Description static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. BLUE
Static value blue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. DARK_BLUE
Static value darkBlue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. DARK_GREEN
Static value darkGreen for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. DARK_PINK
Static value darkPink for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. DARK_PURPLE
Static value darkPurple for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. DARK_YELLOW
Static value darkYellow for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. GRAY
Static value gray for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. GREEN
Static value green for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. PINK
Static value pink for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. PURPLE
Static value purple for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. WHITE
Static value white for MicrosoftGraphScheduleEntityTheme.static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. YELLOW
Static value yellow for MicrosoftGraphScheduleEntityTheme.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphScheduleEntityTheme Modifier and Type Method Description static MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntityTheme. fromString(String name)
Creates or finds a MicrosoftGraphScheduleEntityTheme from its string representation.MicrosoftGraphScheduleEntityTheme
MicrosoftGraphScheduleEntity. theme()
Get the theme property: The theme property.MicrosoftGraphScheduleEntityTheme
MicrosoftGraphShiftActivity. theme()
Get the theme property: The theme property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphScheduleEntityTheme Modifier and Type Method Description static Collection<MicrosoftGraphScheduleEntityTheme>
MicrosoftGraphScheduleEntityTheme. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphScheduleEntityTheme Modifier and Type Method Description MicrosoftGraphOpenShiftItem
MicrosoftGraphOpenShiftItem. withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: The theme property.MicrosoftGraphScheduleEntity
MicrosoftGraphScheduleEntity. withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: The theme property.MicrosoftGraphShiftActivity
MicrosoftGraphShiftActivity. withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: The theme property.MicrosoftGraphShiftItem
MicrosoftGraphShiftItem. withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: The theme property.MicrosoftGraphTimeOffItem
MicrosoftGraphTimeOffItem. withTheme(MicrosoftGraphScheduleEntityTheme theme)
Set the theme property: The theme property.
-