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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanreturnstrueif the reaction was made on a Comment,falseif the reaction was made on a postbooleanreturnstrueif the reaction was made on a Postbooleanreturnstrueif the reaction was made on a Reply (comment of a comment),voidsetCommentId(String commentId) voidsetParentId(String parentId) voidsetReactionType(String reactionType) Methods inherited from class com.restfb.types.webhook.base.AbstractFeedPostValue
getFrom, getPostId, setPostIdMethods inherited from class com.restfb.types.webhook.base.BaseChangeValue
getCreatedTime, getItem, getVerb, getVerbAsString, setCreatedTime, setItem, setVerb, setVerbAsStringMethods inherited from class com.restfb.types.webhook.ChangeValue
convertChangeValue, equals, hashCode, isWhatsapp, toString
-
Constructor Details
-
FeedReactionValue
public FeedReactionValue()
-
-
Method Details
-
isPostReaction
returnstrueif the reaction was made on a Post- Returns:
trueif the reaction was made on a Post
-
isCommentReaction
returnstrueif the reaction was made on a Comment,falseif the reaction was made on a post- Returns:
trueif the reaction was made on a Comment
-
isReplyReaction
returnstrueif the reaction was made on a Reply (comment of a comment),- Returns:
trueif the reaction was made on a Reply
-
getParentId
-
setParentId
-
getReactionType
-
setReactionType
-
getCommentId
-
setCommentId
-