Class AsyncLikeEvent

    • Constructor Detail

      • AsyncLikeEvent

        public AsyncLikeEvent​(Object src,
                              com.atlassian.user.User user,
                              long contentId)
    • Method Detail

      • getContentId

        public long getContentId()
      • getOriginatingUser

        public com.atlassian.user.User getOriginatingUser()
        Description copied from interface: UserDriven
        Return the user that generated the event if known.
        Specified by:
        getOriginatingUser in interface UserDriven
        Returns:
        User that drove an event. Null indicates either that the event was driven by the anonymous user or the system itself.