Interface LikePayload
- All Superinterfaces:
com.atlassian.confluence.notifications.NotificationPayload
- All Known Implementing Classes:
SimpleLikePayload
public interface LikePayload
extends com.atlassian.confluence.notifications.NotificationPayload
-
Method Summary
Methods inherited from interface com.atlassian.confluence.notifications.NotificationPayload
getNotificationKey, getOriginatorUserKey, optionalNotificationKey, setNotificationKey
-
Method Details
-
getContentId
long getContentId()- Returns:
- identifies a
ContentEntityObject
within Confluence
-
getContentType
ContentType getContentType()- Returns:
- the content type of the contentEntityObject. Cannot be null
-