public interface

LikeEvent

implements Serializable
com.atlassian.confluence.event.events.like.LikeEvent
Known Indirect Subclasses

Class Overview

A like event.

Summary

Public Methods
ContentEntityObject getContent()
Date getDate()
User getUser()

Public Methods

public ContentEntityObject getContent ()

Returns
  • the content that has been "liked"

public Date getDate ()

Returns
  • the date of the event

public User getUser ()

Returns
  • the user who initiated the like event (or the user who "performed" the "like")