Class NotificationSubscription.Builder
java.lang.Object
de.xima.fc.notification.mgmt.NotificationSubscription.Builder
- Enclosing class:
NotificationSubscription
- Since:
- 8.5.0
- Author:
- Norman Lorenz
-
Method Summary
Modifier and TypeMethodDescriptionassignee(NotificationAssignee assignee) The assignee of the subscription.build()eventType(NotificationType eventType) The type of event for which the subscription is made.targets(Set<NotificationTarget> targets) The set of notification targets associated with this subscription.toString()
-
Method Details
-
assignee
The assignee of the subscription.- Returns:
this.
-
eventType
The type of event for which the subscription is made.- Returns:
this.
-
targets
The set of notification targets associated with this subscription.- Returns:
this.
-
build
-
toString
-