com.atlassian.confluence.plugins.like.notifications
Interface LikePayload

All Superinterfaces:
com.atlassian.confluence.notifications.NotificationPayload

public interface LikePayload
extends com.atlassian.confluence.notifications.NotificationPayload


Method Summary
 long getContentId()
           
 ContentType getContentType()
           
 
Methods inherited from interface com.atlassian.confluence.notifications.NotificationPayload
getOriginatingUserKey
 

Method Detail

getContentId

long getContentId()
Returns:
identifies a ContentEntityObject within Confluence

getContentType

ContentType getContentType()
Returns:
the content type of the contentEntityObject. Cannot be null


Copyright © 2003–2015 Atlassian. All rights reserved.