Package com.restfb.types.webhook
Class FeedPhotoRemoveValue
- java.lang.Object
-
- com.restfb.types.webhook.ChangeValue
-
- com.restfb.types.webhook.base.BaseChangeValue
-
- com.restfb.types.webhook.base.AbstractFeedPostValue
-
- com.restfb.types.webhook.FeedPhotoRemoveValue
-
public class FeedPhotoRemoveValue extends AbstractFeedPostValue
change value of the feed photo remove
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.restfb.types.webhook.ChangeValue
ChangeValue.Verb
-
-
Constructor Summary
Constructors Constructor Description FeedPhotoRemoveValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getRecipientId()
void
setRecipientId(String recipientId)
-
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
-
FeedPhotoRemoveValue
public FeedPhotoRemoveValue()
-
-
Method Detail
-
getRecipientId
public String getRecipientId()
-
setRecipientId
public void setRecipientId(String recipientId)
-
-