Class StandardNotificationEvent
java.lang.Object
dev.getelements.elements.service.notification.StandardNotificationEvent
- All Implemented Interfaces:
NotificationEvent
-
Constructor Summary
ConstructorsConstructorDescriptionStandardNotificationEvent(String tokenId, NotificationParameters parameters) -
Method Summary
Modifier and TypeMethodDescriptionTheNotificationParametersused to send the event.Returns the database-assigned token ID for theNotificationEvent.toString()
-
Constructor Details
-
StandardNotificationEvent
-
-
Method Details
-
getTokenId
Description copied from interface:NotificationEventReturns the database-assigned token ID for theNotificationEvent.- Specified by:
getTokenIdin interfaceNotificationEvent- Returns:
-
getParameters
Description copied from interface:NotificationEventTheNotificationParametersused to send the event.- Specified by:
getParametersin interfaceNotificationEvent- Returns:
-
toString
-