Package com.restfb.types.webhook
Class FeedReactionValue
java.lang.Object
com.restfb.types.webhook.ChangeValue
com.restfb.types.webhook.base.BaseChangeValue
com.restfb.types.webhook.base.AbstractFeedPostValue
com.restfb.types.webhook.FeedReactionValue
Change value describing a reaction to a post/comment/reply.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
returnstrue
if the reaction was made on a Comment,false
if the reaction was made on a postboolean
returnstrue
if the reaction was made on a Postboolean
returnstrue
if the reaction was made on a Reply (comment of a comment),void
setCommentId
(String commentId) void
setParentId
(String parentId) void
setReactionType
(String reactionType) Methods inherited from class com.restfb.types.webhook.base.AbstractFeedPostValue
getFrom, getPostId, setPostId
Methods inherited from class com.restfb.types.webhook.base.BaseChangeValue
getCreatedTime, getItem, getVerb, getVerbAsString, setCreatedTime, setItem, setVerb, setVerbAsString
Methods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp, toString
-
Constructor Details
-
FeedReactionValue
public FeedReactionValue()
-
-
Method Details
-
isPostReaction
returnstrue
if the reaction was made on a Post- Returns:
true
if the reaction was made on a Post
-
isCommentReaction
returnstrue
if the reaction was made on a Comment,false
if the reaction was made on a post- Returns:
true
if the reaction was made on a Comment
-
isReplyReaction
returnstrue
if the reaction was made on a Reply (comment of a comment),- Returns:
true
if the reaction was made on a Reply
-
getParentId
-
setParentId
-
getReactionType
-
setReactionType
-
getCommentId
-
setCommentId
-