public final class WebhooksCreateWebhookResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
WebhooksCreateWebhookResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getData() |
Get Data returned from webhook
|
Number |
getDroppedEventCount() |
Get Number of dropped events
|
String[] |
getEvents() |
Get Array of events to which webhook is registered
|
String |
getFilter() |
Get Context for webhook
|
String |
getId() |
Get ID of webhook
|
WebhooksCreateWebhookResponseOptions |
getOptions() |
Get Options for the webhook
|
String |
getUrl() |
Get URL to which notifications are sent
|
String |
toString() |
getOtherPropertiespublic final String getId()
public final Number getDroppedEventCount()
public final WebhooksCreateWebhookResponseOptions getOptions()
public final String getUrl()
public final String[] getEvents()
public final String getData()
public final String getFilter()
Copyright © 2021. All rights reserved.