Package com.restfb.types.webhook
Class FeedVideoBlockMute
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.base.BaseChangeValue
-
- com.restfb.types.webhook.base.AbstractFeedPostValue
-
- com.restfb.types.webhook.FeedVideoValue
-
- com.restfb.types.webhook.FeedVideoBlockMute
-
public class FeedVideoBlockMute extends FeedVideoValue
change value of the feed video if a video is blocked/unblocked
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description FeedVideoBlockMute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getVideoFlagReason()
void
setVideoFlagReason(Integer videoFlagReason)
-
Methods inherited from class com.restfb.types.webhook.FeedVideoValue
getLink, getMessage, getPublished, getVideoId, setLink, setMessage, setPublished, setVideoId
-
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
-
FeedVideoBlockMute
public FeedVideoBlockMute()
-
-
Method Detail
-
getVideoFlagReason
public Integer getVideoFlagReason()
-
setVideoFlagReason
public void setVideoFlagReason(Integer videoFlagReason)
-
-