Package com.restfb.types.webhook.base
Class AbstractFeedPostValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.base.BaseChangeValue
-
- com.restfb.types.webhook.base.AbstractFeedPostValue
-
- Direct Known Subclasses:
FeedAlbumAddValue
,FeedAlbumEditedValue
,FeedCommentValue
,FeedLikeValue
,FeedPhotoAddValue
,FeedPhotoRemoveValue
,FeedPostValue
,FeedReactionValue
,FeedShareValue
,FeedStatusValue
,FeedVideoRemoveValue
,FeedVideoValue
,RatingsCommentValue
,RatingsLikeValue
,RatingsReactionValue
public abstract class AbstractFeedPostValue extends BaseChangeValue
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description AbstractFeedPostValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description From
getFrom()
String
getPostId()
void
setPostId(String postId)
-
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
-
-