Uses of Enum
com.microsoft.graph.models.ScheduleEntityTheme
Packages that use ScheduleEntityTheme
-
Uses of ScheduleEntityTheme in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ScheduleEntityThemeModifier and TypeMethodDescriptionstatic ScheduleEntityThemeScheduleEntity.getTheme()Gets the theme property value.ShiftActivity.getTheme()Gets the theme property value.static ScheduleEntityThemeReturns the enum constant of this type with the specified name.static ScheduleEntityTheme[]ScheduleEntityTheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ScheduleEntityThemeModifier and TypeMethodDescriptionvoidScheduleEntity.setTheme(ScheduleEntityTheme value) Sets the theme property value.voidShiftActivity.setTheme(ScheduleEntityTheme value) Sets the theme property value.