Package com.restfb.types.webhook
Class WebhookEntry
- java.lang.Object
-
- com.restfb.types.webhook.WebhookEntry
-
public class WebhookEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description WebhookEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getChangedFields()
List<Change>
getChanges()
String
getId()
List<MessagingItem>
getMessaging()
List<MessagingItem>
getStandby()
Date
getTime()
String
getUid()
boolean
hasStandby()
void
setChangedFields(List<String> changedFields)
void
setChanges(List<Change> changes)
void
setId(String id)
void
setMessaging(List<MessagingItem> messaging)
void
setStandby(List<MessagingItem> standby)
void
setTime(Date time)
void
setUid(String uid)
String
toString()
-
-
-
Constructor Detail
-
WebhookEntry
public WebhookEntry()
-
-
Method Detail
-
hasStandby
public boolean hasStandby()
-
getChangedFields
public List<String> getChangedFields()
-
setChangedFields
public void setChangedFields(List<String> changedFields)
-
getChanges
public List<Change> getChanges()
-
setChanges
public void setChanges(List<Change> changes)
-
getMessaging
public List<MessagingItem> getMessaging()
-
setMessaging
public void setMessaging(List<MessagingItem> messaging)
-
getStandby
public List<MessagingItem> getStandby()
-
setStandby
public void setStandby(List<MessagingItem> standby)
-
-