Uses of Enum
com.microsoft.graph.models.CalendarColor
Packages that use CalendarColor
-
Uses of CalendarColor in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CalendarColorModifier and TypeMethodDescriptionstatic CalendarColorCalendar.getColor()Gets the color property value.static CalendarColorReturns the enum constant of this type with the specified name.static CalendarColor[]CalendarColor.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 CalendarColorModifier and TypeMethodDescriptionvoidCalendar.setColor(CalendarColor value) Sets the color property value.