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