Uses of Enum
com.microsoft.graph.models.CalendarRoleType
Packages that use CalendarRoleType
-
Uses of CalendarRoleType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CalendarRoleTypeModifier and TypeMethodDescriptionstatic CalendarRoleTypeCalendarPermission.getRole()Gets the role property value.static CalendarRoleTypeReturns the enum constant of this type with the specified name.static CalendarRoleType[]CalendarRoleType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type CalendarRoleTypeModifier and TypeMethodDescriptionCalendarPermission.getAllowedRoles()Gets the allowedRoles property value.Methods in com.microsoft.graph.models with parameters of type CalendarRoleTypeModifier and TypeMethodDescriptionvoidCalendarPermission.setRole(CalendarRoleType value) Sets the role property value.Method parameters in com.microsoft.graph.models with type arguments of type CalendarRoleTypeModifier and TypeMethodDescriptionvoidCalendarPermission.setAllowedRoles(List<CalendarRoleType> value) Sets the allowedRoles property value.