Package com.restfb.types.webhook
Class RatingsCommentValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.base.BaseChangeValue
-
- com.restfb.types.webhook.base.AbstractFeedPostValue
-
- com.restfb.types.webhook.RatingsCommentValue
-
public class RatingsCommentValue extends AbstractFeedPostValue
change value of the ratings comment
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description RatingsCommentValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommentId()
String
getOpenGraphStoryId()
String
getParentId()
Boolean
isReply()
returnstrue
if the added comment is a reply (a comment to a comment),false
otherwise may benull
, if it is not possible to checkvoid
setCommentId(String commentId)
void
setOpenGraphStoryId(String openGraphStoryId)
void
setParentId(String parentId)
-
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 Detail
-
RatingsCommentValue
public RatingsCommentValue()
-
-
Method Detail
-
isReply
public Boolean isReply()
returnstrue
if the added comment is a reply (a comment to a comment),false
otherwise may benull
, if it is not possible to check- Returns:
true
if it is a Reply,false
, may benull
-
getParentId
public String getParentId()
-
setParentId
public void setParentId(String parentId)
-
getCommentId
public String getCommentId()
-
setCommentId
public void setCommentId(String commentId)
-
getOpenGraphStoryId
public String getOpenGraphStoryId()
-
setOpenGraphStoryId
public void setOpenGraphStoryId(String openGraphStoryId)
-
-