Package com.restfb.types.webhook
Class FeedCommentValue
java.lang.Object
com.restfb.types.webhook.ChangeValue
com.restfb.types.webhook.base.BaseChangeValue
com.restfb.types.webhook.base.AbstractFeedPostValue
com.restfb.types.webhook.FeedCommentValue
Change Value for feed comments
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPhoto()getVideo()isReply()returnstrueif the added comment is a reply (a comment to a comment),falseotherwise may benull, if it is not possible to checkvoidsetCommentId(String commentId) voidsetMessage(String message) voidsetParentId(String parentId) voidvoidMethods 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
-
FeedCommentValue
public FeedCommentValue()
-
-
Method Details
-
isReply
returnstrueif the added comment is a reply (a comment to a comment),falseotherwise may benull, if it is not possible to check- Returns:
trueif it is a Reply,false, may benull
-
getCommentId
-
setCommentId
-
getParentId
-
setParentId
-
getMessage
-
setMessage
-
getPhoto
-
setPhoto
-
getVideo
-
setVideo
-