Uses of Enum Class
com.bluebell.greenhouse.platform.enums.notification.RecurringNotificationFrequency
Packages that use RecurringNotificationFrequency
Package
Description
Contains notification-related enums.
Contains classes that implement DTO representations of
RecurringNotification-related
entities.-
Uses of RecurringNotificationFrequency in com.bluebell.greenhouse.platform.enums.notification
Subclasses with type arguments of type RecurringNotificationFrequency in com.bluebell.greenhouse.platform.enums.notificationModifier and TypeClassDescriptionenumEnum representing the frequency of recurring notifications.Classes in com.bluebell.greenhouse.platform.enums.notification that implement interfaces with type arguments of type RecurringNotificationFrequencyModifier and TypeClassDescriptionenumEnum representing the frequency of recurring notifications.Methods in com.bluebell.greenhouse.platform.enums.notification that return RecurringNotificationFrequencyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RecurringNotificationFrequency[]RecurringNotificationFrequency.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of RecurringNotificationFrequency in com.bluebell.greenhouse.platform.models.api.dto.notification
Methods in com.bluebell.greenhouse.platform.models.api.dto.notification that return RecurringNotificationFrequencyModifier and TypeMethodDescription@NotNull RecurringNotificationFrequencyCreateUpdateRecurringNotificationDTO.frequency()Returns the value of thefrequencyrecord component.Constructors in com.bluebell.greenhouse.platform.models.api.dto.notification with parameters of type RecurringNotificationFrequencyModifierConstructorDescriptionCreateUpdateRecurringNotificationDTO(@NotNull RecurringNotificationFrequency frequency, @NotNull RecurringNotificationType notificationType) Creates an instance of aCreateUpdateRecurringNotificationDTOrecord class.