Package com.restfb.types.webhook
Class FeedEventValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.base.BaseChangeValue
-
- com.restfb.types.webhook.FeedEventValue
-
public class FeedEventValue extends BaseChangeValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description FeedEventValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventId()
String
getPostId()
String
getStory()
void
setEventId(String eventId)
void
setPostId(String postId)
void
setStory(String story)
-
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
-
FeedEventValue
public FeedEventValue()
-
-