Uses of Class
video.api.client.api.models.Webhook
-
Packages that use Webhook Package Description video.api.client.api.clients video.api.client.api.models -
-
Uses of Webhook in video.api.client.api.clients
Methods in video.api.client.api.clients that return Webhook Modifier and Type Method Description WebhookWebhooksApi. create(WebhooksCreationPayload webhooksCreationPayload)Create Webhook Webhooks can push notifications to your server, rather than polling api.video for changes.WebhookWebhooksApi. get(String webhookId)Retrieve Webhook details Retrieve webhook details by id.Methods in video.api.client.api.clients that return types with arguments of type Webhook Modifier and Type Method Description ApiResponse<Webhook>WebhooksApi. createWithHttpInfo(WebhooksCreationPayload webhooksCreationPayload)Create Webhook Webhooks can push notifications to your server, rather than polling api.video for changes.Page<Webhook>WebhooksApi.APIlistRequest. execute()Execute list requestApiResponse<Webhook>WebhooksApi. getWithHttpInfo(String webhookId)Retrieve Webhook details Retrieve webhook details by id.Method parameters in video.api.client.api.clients with type arguments of type Webhook Modifier and Type Method Description okhttp3.CallWebhooksApi. createAsync(WebhooksCreationPayload webhooksCreationPayload, ApiCallback<Webhook> _callback)Create Webhook (asynchronously) Webhooks can push notifications to your server, rather than polling api.video for changes.okhttp3.CallWebhooksApi.APIlistRequest. executeAsync(ApiCallback<Page<Webhook>> _callback)Execute list request (asynchronously)okhttp3.CallWebhooksApi. getAsync(String webhookId, ApiCallback<Webhook> _callback)Retrieve Webhook details (asynchronously) Retrieve webhook details by id. -
Uses of Webhook in video.api.client.api.models
Methods in video.api.client.api.models that return Webhook Modifier and Type Method Description WebhookWebhook. addEventsItem(String eventsItem)WebhookWebhook. createdAt(OffsetDateTime createdAt)WebhookWebhook. events(List<String> events)WebhookWebhook. url(String url)WebhookWebhook. webhookId(String webhookId)Methods in video.api.client.api.models that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>WebhooksListResponse. getData()Get dataMethods in video.api.client.api.models with parameters of type Webhook Modifier and Type Method Description WebhooksListResponseWebhooksListResponse. addDataItem(Webhook dataItem)Method parameters in video.api.client.api.models with type arguments of type Webhook Modifier and Type Method Description WebhooksListResponseWebhooksListResponse. data(List<Webhook> data)voidWebhooksListResponse. setData(List<Webhook> data)
-