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 NotificationsConfiguration.notificationsThe 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 TypeMethodDescriptionvoidConfiguration.setNotifications(@NonNull Notifications notifications) Updates theConfiguration.notificationsfield with the exact reference of the given one.