public final class WebhooksGetResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
companyId |
company for this webhook
|
Number |
events |
Events this hook is registered for
|
Boolean |
id |
Webhook id
|
Map |
url |
Call back URL
|
| Constructor | Description |
|---|---|
WebhooksGetResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCompanyId() |
Get company for this webhook
|
Number |
getEvents() |
Get Events this hook is registered for
|
Boolean |
getId() |
Get Webhook id
|
Map |
getUrl() |
Get Call back URL
|
String |
toString() |
getOtherPropertiespublic Boolean id
public Map url
public Number events
public String companyId
public final Boolean getId()
public final Map getUrl()
public final Number getEvents()
public final String getCompanyId()
Copyright © 2021. All rights reserved.