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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetContentId()ContentTypegetContentType()
-
-
-
Method Detail
-
getContentId
long getContentId()
- Returns:
- identifies a
ContentEntityObjectwithin Confluence
-
getContentType
ContentType getContentType()
- Returns:
- the content type of the contentEntityObject. Cannot be null
-
-