Uses of Class
odata.msgraph.client.beta.enums.ScheduleEntityTheme
-
Packages that use ScheduleEntityTheme Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of ScheduleEntityTheme in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ScheduleEntityTheme Modifier and Type Field Description protected ScheduleEntityThemeScheduleEntity. themeprotected ScheduleEntityThemeShiftActivity. themeMethods in odata.msgraph.client.beta.complex that return types with arguments of type ScheduleEntityTheme Modifier and Type Method Description Optional<ScheduleEntityTheme>ScheduleEntity. getTheme()Optional<ScheduleEntityTheme>ShiftActivity. getTheme()Methods in odata.msgraph.client.beta.complex with parameters of type ScheduleEntityTheme Modifier and Type Method Description OpenShiftItem.BuilderOpenShiftItem.Builder. theme(ScheduleEntityTheme theme)ScheduleEntity.BuilderScheduleEntity.Builder. theme(ScheduleEntityTheme theme)ShiftActivity.BuilderShiftActivity.Builder. theme(ScheduleEntityTheme theme)ShiftItem.BuilderShiftItem.Builder. theme(ScheduleEntityTheme theme)TimeOffItem.BuilderTimeOffItem.Builder. theme(ScheduleEntityTheme theme)ScheduleEntityScheduleEntity. withTheme(ScheduleEntityTheme theme)ShiftActivityShiftActivity. withTheme(ScheduleEntityTheme theme) -
Uses of ScheduleEntityTheme in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ScheduleEntityTheme Modifier and Type Method Description static ScheduleEntityThemeScheduleEntityTheme. valueOf(String name)Returns 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.
-