Uses of Class
com.bandwidth.sdk.model.WebhookSubscriptionsListBody
Packages that use WebhookSubscriptionsListBody
-
Uses of WebhookSubscriptionsListBody in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return WebhookSubscriptionsListBodyModifier and TypeMethodDescriptionTollFreeVerificationApi.listWebhookSubscriptions
(String accountId) List Webhook Subscriptions Lists all webhook subscriptions that are registered to receive status updates for the toll-free verification requests submitted under this account (password will not be returned through this API If `basicAuthentication` is defined, the `password` property of that object will be null).Methods in com.bandwidth.sdk.api that return types with arguments of type WebhookSubscriptionsListBodyModifier and TypeMethodDescriptionTollFreeVerificationApi.listWebhookSubscriptionsWithHttpInfo
(String accountId) List Webhook Subscriptions Lists all webhook subscriptions that are registered to receive status updates for the toll-free verification requests submitted under this account (password will not be returned through this API If `basicAuthentication` is defined, the `password` property of that object will be null).Method parameters in com.bandwidth.sdk.api with type arguments of type WebhookSubscriptionsListBodyModifier and TypeMethodDescriptionokhttp3.Call
TollFreeVerificationApi.listWebhookSubscriptionsAsync
(String accountId, ApiCallback<WebhookSubscriptionsListBody> _callback) List Webhook Subscriptions (asynchronously) Lists all webhook subscriptions that are registered to receive status updates for the toll-free verification requests submitted under this account (password will not be returned through this API If `basicAuthentication` is defined, the `password` property of that object will be null). -
Uses of WebhookSubscriptionsListBody in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return WebhookSubscriptionsListBodyModifier and TypeMethodDescriptionWebhookSubscriptionsListBody.addDataItem
(WebhookSubscription dataItem) WebhookSubscriptionsListBody.addErrorsItem
(Error errorsItem) WebhookSubscriptionsListBody.data
(List<WebhookSubscription> data) static WebhookSubscriptionsListBody
Create an instance of WebhookSubscriptionsListBody given an JSON stringWebhookSubscriptionsListBody.links
(LinksObject links) WebhookSubscriptionsListBody.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.