package models.enums; /** * Enumeration of how many emails of notifications should be sent for each account. */ public enum EmailNotifications { NONE, COLLECTED_DAILY, IMMEDIATELY_ALL, HOURLY }