Uses of Class
de.xima.fc.notification.mgmt.NotificationTarget
Packages that use NotificationTarget
-
Uses of NotificationTarget in de.xima.fc.notification.mgmt
Methods in de.xima.fc.notification.mgmt that return NotificationTargetModifier and TypeMethodDescriptionNotificationTarget.Builder.build()static NotificationTargetNotificationTargetFactory.email()Creates a new instance ofNotificationTargetfor EMAIL channel.Methods in de.xima.fc.notification.mgmt that return types with arguments of type NotificationTargetModifier and TypeMethodDescriptionNotificationSubscription.getTargets()The set of notification targets associated with this subscription.Method parameters in de.xima.fc.notification.mgmt with type arguments of type NotificationTargetModifier and TypeMethodDescriptionvoidNotificationSubscription.setTargets(Set<NotificationTarget> targets) The set of notification targets associated with this subscription.NotificationSubscription.Builder.targets(Set<NotificationTarget> targets) The set of notification targets associated with this subscription.