Uses of Class
page.codeberg.friedolyn.configuration.Notifications
Packages that use Notifications
-
Uses of Notifications in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration declared as NotificationsModifier and TypeFieldDescriptionprivate Notifications
Configuration.notifications
The user's preferences for receiving notifications about their grades.Methods in page.codeberg.friedolyn.configuration that return NotificationsMethods in page.codeberg.friedolyn.configuration that return types with arguments of type NotificationsModifier and TypeMethodDescription@NonNull Optional
<Notifications> Configuration.getNotifications()
Methods in page.codeberg.friedolyn.configuration with parameters of type NotificationsModifier and TypeMethodDescriptionvoid
Configuration.setNotifications
(@NonNull Notifications notifications) Updates theConfiguration.notifications
field with the exact reference of the given one.