Uses of Class
com.atlassian.confluence.mail.notification.Notification.WatchType
-
Packages that use Notification.WatchType Package Description com.atlassian.confluence.mail.notification com.atlassian.confluence.plugin.descriptor.mail -
-
Uses of Notification.WatchType in com.atlassian.confluence.mail.notification
Methods in com.atlassian.confluence.mail.notification that return Notification.WatchType Modifier and Type Method Description Notification.WatchTypeNotification. getWatchType()Returns a single enum value representing the combination of notification type, page, space and network settings.static Notification.WatchTypeNotification.WatchType. valueOf(String name)Returns the enum constant of this type with the specified name.static Notification.WatchType[]Notification.WatchType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Notification.WatchType in com.atlassian.confluence.plugin.descriptor.mail
Methods in com.atlassian.confluence.plugin.descriptor.mail that return Notification.WatchType Modifier and Type Method Description Notification.WatchTypeNotificationContext. getWatchType()Methods in com.atlassian.confluence.plugin.descriptor.mail with parameters of type Notification.WatchType Modifier and Type Method Description voidNotificationContext. setWatchType(Notification.WatchType watchType)
-