Uses of Enum Class
org.exoplatform.commons.api.notification.model.UserSetting.FREQUENCY
Packages that use UserSetting.FREQUENCY
-
Uses of UserSetting.FREQUENCY in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return UserSetting.FREQUENCYModifier and TypeMethodDescriptionstatic UserSetting.FREQUENCYUserSetting.FREQUENCY.getFrequecy(String name) static UserSetting.FREQUENCYReturns the enum constant of this class with the specified name.static UserSetting.FREQUENCY[]UserSetting.FREQUENCY.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.exoplatform.commons.api.notification.model with parameters of type UserSetting.FREQUENCYModifier and TypeMethodDescriptionvoidUserSetting.addPlugin(String pluginId, UserSetting.FREQUENCY frequencyType) voidUserSetting.removePlugin(String pluginId, UserSetting.FREQUENCY frequencyType)