@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, toStringpublic UserNotification(Long id, NotificationType notificationType, ApplicationUser applicationUser, String parameter)
public ApplicationUser getApplicationUser()
public <X> X accept(NotificationVisitor<X> notificationVisitor)
Copyright © 2002-2022 Atlassian. All Rights Reserved.