Uses of Class
org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage.AutowatchMode
-
Packages that use AbstractNotificationsSettingsPage.AutowatchMode Package Description org.xwiki.platform.notifications.test.po -
-
Uses of AbstractNotificationsSettingsPage.AutowatchMode in org.xwiki.platform.notifications.test.po
Methods in org.xwiki.platform.notifications.test.po that return AbstractNotificationsSettingsPage.AutowatchMode Modifier and Type Method Description AbstractNotificationsSettingsPage.AutowatchMode
AbstractNotificationsSettingsPage. getAutoWatchModeValue()
static AbstractNotificationsSettingsPage.AutowatchMode
AbstractNotificationsSettingsPage.AutowatchMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractNotificationsSettingsPage.AutowatchMode[]
AbstractNotificationsSettingsPage.AutowatchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xwiki.platform.notifications.test.po with parameters of type AbstractNotificationsSettingsPage.AutowatchMode Modifier and Type Method Description void
AbstractNotificationsSettingsPage. setAutoWatchMode(AbstractNotificationsSettingsPage.AutowatchMode value)
Set the autowatch mode value.
-