Uses of Class
com.bandwidth.sdk.model.WebhookSubscriptionRequestSchema
Packages that use WebhookSubscriptionRequestSchema
-
Uses of WebhookSubscriptionRequestSchema in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api with parameters of type WebhookSubscriptionRequestSchemaModifier 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).okhttp3.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.createWebhookSubscriptionCall
(String accountId, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema, ApiCallback _callback) Build call for createWebhookSubscriptionTollFreeVerificationApi.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.updateWebhookSubscription
(String accountId, String id, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema) Update Webhook Subscription Update an existing webhook subscription (`callbackUrl` and `basicAuthentication` can be updated).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).okhttp3.Call
TollFreeVerificationApi.updateWebhookSubscriptionCall
(String accountId, String id, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema, ApiCallback _callback) Build call for updateWebhookSubscriptionTollFreeVerificationApi.updateWebhookSubscriptionWithHttpInfo
(String accountId, String id, WebhookSubscriptionRequestSchema webhookSubscriptionRequestSchema) Update Webhook Subscription Update an existing webhook subscription (`callbackUrl` and `basicAuthentication` can be updated). -
Uses of WebhookSubscriptionRequestSchema in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return WebhookSubscriptionRequestSchemaModifier and TypeMethodDescriptionWebhookSubscriptionRequestSchema.basicAuthentication
(TfvBasicAuthentication basicAuthentication) WebhookSubscriptionRequestSchema.callbackUrl
(String callbackUrl) Create an instance of WebhookSubscriptionRequestSchema given an JSON stringWebhookSubscriptionRequestSchema.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.WebhookSubscriptionRequestSchema.sharedSecretKey
(String sharedSecretKey)