Package com.restfb.types.webhook
Class WebhookObject
- java.lang.Object
-
- com.restfb.types.webhook.WebhookObject
-
public class WebhookObject extends Object
root object to fetch information provided by a webhook call
-
-
Constructor Summary
Constructors Constructor Description WebhookObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<WebhookEntry>
getEntryList()
String
getObject()
top object that receives the changes, possible values arepage
,permissions
anduser
boolean
isAdAccount()
boolean
isApplication()
boolean
isCertificateTransparency()
boolean
isGroup()
boolean
isInstagram()
boolean
isInstantWorkflow()
boolean
isPage()
boolean
isPermissions()
boolean
isUser()
boolean
isWhatsAppBusinessAccount()
boolean
isWorkplaceSecurity()
void
setEntryList(List<WebhookEntry> entryList)
void
setObject(String object)
top object that receives the changes, possible values arepage
,permissions
anduser
String
toString()
-
-
-
Constructor Detail
-
WebhookObject
public WebhookObject()
-
-
Method Detail
-
isAdAccount
public boolean isAdAccount()
-
isApplication
public boolean isApplication()
-
isCertificateTransparency
public boolean isCertificateTransparency()
-
isGroup
public boolean isGroup()
-
isInstagram
public boolean isInstagram()
-
isInstantWorkflow
public boolean isInstantWorkflow()
-
isPage
public boolean isPage()
-
isPermissions
public boolean isPermissions()
-
isUser
public boolean isUser()
-
isWorkplaceSecurity
public boolean isWorkplaceSecurity()
-
isWhatsAppBusinessAccount
public boolean isWhatsAppBusinessAccount()
-
getObject
public String getObject()
top object that receives the changes, possible values arepage
,permissions
anduser
-
setObject
public void setObject(String object)
top object that receives the changes, possible values arepage
,permissions
anduser
-
getEntryList
public List<WebhookEntry> getEntryList()
-
setEntryList
public void setEntryList(List<WebhookEntry> entryList)
-
-