@PublicApi public class UserNotification extends AbstractNotification
Constructor and Description |
---|
UserNotification(Long id,
NotificationType notificationType,
ApplicationUser applicationUser,
String parameter) |
Modifier and Type | Method and Description |
---|---|
<X> X |
accept(NotificationVisitor<X> notificationVisitor) |
ApplicationUser |
getApplicationUser() |
equals, getId, getNotificationType, getParameter, hashCode, toString
public UserNotification(Long id, NotificationType notificationType, ApplicationUser applicationUser, String parameter)
public ApplicationUser getApplicationUser()
public <X> X accept(NotificationVisitor<X> notificationVisitor)
Copyright © 2002-2016 Atlassian. All Rights Reserved.