public class SimpleLikePayload extends Object implements LikePayload
Modifier and Type | Method and Description |
---|---|
long |
getContentId() |
ContentType |
getContentType() |
com.atlassian.fugue.Maybe<String> |
getOriginatingUserKey() |
Optional<com.atlassian.sal.api.user.UserKey> |
getOriginatorUserKey() |
public long getContentId()
getContentId
in interface LikePayload
ContentEntityObject
within Confluencepublic ContentType getContentType()
getContentType
in interface LikePayload
public com.atlassian.fugue.Maybe<String> getOriginatingUserKey()
getOriginatingUserKey
in interface com.atlassian.confluence.notifications.NotificationPayload
public Optional<com.atlassian.sal.api.user.UserKey> getOriginatorUserKey()
getOriginatorUserKey
in interface com.atlassian.confluence.notifications.NotificationPayload
Copyright © 2003–2018 Atlassian. All rights reserved.