Uses of Class
com.bandwidth.sdk.model.WebhookSubscription
Packages that use WebhookSubscription
-
Uses of WebhookSubscription in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return WebhookSubscriptionModifier and TypeMethodDescriptionTollFreeVerificationApi.createWebhookSubscription
(String accountId, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema) Create Webhook Subscription Create a new webhook subscription (this webhook will be called for every update on every submission).TollFreeVerificationApi.updateWebhookSubscription
(String accountId, String id, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema) Update Webhook Subscription Update an existing webhook subscription (`callbackUrl` and `basicAuthentication` can be updated).Methods in com.bandwidth.sdk.api that return types with arguments of type WebhookSubscriptionModifier and TypeMethodDescriptionTollFreeVerificationApi.createWebhookSubscriptionWithHttpInfo
(String accountId, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema) Create Webhook Subscription Create a new webhook subscription (this webhook will be called for every update on every submission).TollFreeVerificationApi.updateWebhookSubscriptionWithHttpInfo
(String accountId, String id, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema) Update Webhook Subscription Update an existing webhook subscription (`callbackUrl` and `basicAuthentication` can be updated).Method parameters in com.bandwidth.sdk.api with type arguments of type WebhookSubscriptionModifier and TypeMethodDescriptionokhttp3.Call
TollFreeVerificationApi.createWebhookSubscriptionAsync
(String accountId, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema, ApiCallback<WebhookSubscription> _callback) Create Webhook Subscription (asynchronously) Create a new webhook subscription (this webhook will be called for every update on every submission).okhttp3.Call
TollFreeVerificationApi.updateWebhookSubscriptionAsync
(String accountId, String id, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema, ApiCallback<WebhookSubscription> _callback) Update Webhook Subscription (asynchronously) Update an existing webhook subscription (`callbackUrl` and `basicAuthentication` can be updated). -
Uses of WebhookSubscription in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return WebhookSubscriptionModifier and TypeMethodDescriptionWebhookSubscription.basicAuthentication
(WebhookSubscriptionBasicAuthentication basicAuthentication) WebhookSubscription.callbackUrl
(String callbackUrl) WebhookSubscription.createdDate
(OffsetDateTime createdDate) static WebhookSubscription
Create an instance of WebhookSubscription given an JSON stringWebhookSubscription.modifiedDate
(OffsetDateTime modifiedDate) WebhookSubscription.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.WebhookSubscription.type
(WebhookSubscriptionTypeEnum type) Methods in com.bandwidth.sdk.model that return types with arguments of type WebhookSubscriptionMethods in com.bandwidth.sdk.model with parameters of type WebhookSubscriptionModifier and TypeMethodDescriptionWebhookSubscriptionsListBody.addDataItem
(WebhookSubscription dataItem) Method parameters in com.bandwidth.sdk.model with type arguments of type WebhookSubscriptionModifier and TypeMethodDescriptionWebhookSubscriptionsListBody.data
(List<WebhookSubscription> data) void
WebhookSubscriptionsListBody.setData
(List<WebhookSubscription> data)