com.atlassian.confluence.plugins.like.notifications
Class LikeNotification
java.lang.Object
com.atlassian.confluence.plugins.like.notifications.LikeNotification
public final class LikeNotification
- extends java.lang.Object
Represents a like notification.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LikeNotification
public LikeNotification(ConfluenceUser recipient,
com.atlassian.user.User liker,
com.atlassian.user.User author,
ContentEntityObject contentEntity)
- Construct a like notification
- Parameters:
recipient
- (required) the recipientliker
- (required) the person who performed the "like"author
- the author (can be null in the case of an anonymous contribution)contentEntity
- the content entity being liked
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getContent
public ContentEntityObject getContent()
getRecipient
public ConfluenceUser getRecipient()
getLiker
public com.atlassian.user.User getLiker()
getAuthor
public com.atlassian.user.User getAuthor()
Copyright © 2003-2013 Atlassian. All Rights Reserved.