public interface LikeNotificationManager
Modifier and Type | Method and Description |
---|---|
List<LikeNotification> |
getNotifications(LikeEvent event)
Deprecated.
since 5.6 Use
getNotifications(LikePayload) |
List<LikeNotification> |
getNotifications(LikePayload event)
Get a list of like notifications for a provided like event payload
|
@Deprecated List<LikeNotification> getNotifications(LikeEvent event)
getNotifications(LikePayload)
event
- the like eventList<LikeNotification> getNotifications(LikePayload event)
event
- The like event payloadCopyright © 2003–2020 Atlassian. All rights reserved.