Class NotificationSubscription
java.lang.Object
de.xima.fc.notification.mgmt.NotificationSubscription
- All Implemented Interfaces:
Serializable
Model class representing a notification subscription for a specific event type.
- Since:
- 8.5.0
- Author:
- Norman Lorenz
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe assignee of the subscription.The type of event for which the subscription is made.The set of notification targets associated with this subscription.inthashCode()voidsetTargets(Set<NotificationTarget> targets) The set of notification targets associated with this subscription.toString()
-
Method Details
-
builder
-
getAssignee
The assignee of the subscription. -
getEventType
The type of event for which the subscription is made. -
getTargets
The set of notification targets associated with this subscription. -
setTargets
The set of notification targets associated with this subscription. -
toString
-
equals
-
canEqual
-
hashCode
-