Package com.restfb.types.webhook
Class MentionCommentAddValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.base.BaseChangeValue
-
- com.restfb.types.webhook.AbstractMentionAddValue
-
- com.restfb.types.webhook.MentionCommentAddValue
-
public class MentionCommentAddValue extends AbstractMentionAddValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description MentionCommentAddValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommentId()
void
setCommentId(String commentId)
-
Methods inherited from class com.restfb.types.webhook.AbstractMentionAddValue
getPostId, getSenderId, getSenderName, setPostId, setSenderId, setSenderName
-
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
-
MentionCommentAddValue
public MentionCommentAddValue()
-
-
Method Detail
-
getCommentId
public String getCommentId()
-
setCommentId
public void setCommentId(String commentId)
-
-