Uses of Class
video.api.client.api.models.WebhooksCreatePayload
| Package | Description |
|---|---|
| video.api.client.api.clients | |
| video.api.client.api.models |
-
Uses of WebhooksCreatePayload in video.api.client.api.clients
Methods in video.api.client.api.clients with parameters of type WebhooksCreatePayload Modifier and Type Method Description WebhookWebhooksApi. create(WebhooksCreatePayload webhooksCreatePayload)Create Webhook Webhooks can push notifications to your server, rather than polling api.video for changes.ApiResponse<Webhook>WebhooksApi. createWithHttpInfo(WebhooksCreatePayload webhooksCreatePayload)Create Webhook Webhooks can push notifications to your server, rather than polling api.video for changes. -
Uses of WebhooksCreatePayload in video.api.client.api.models
Methods in video.api.client.api.models that return WebhooksCreatePayload Modifier and Type Method Description WebhooksCreatePayloadWebhooksCreatePayload. addEventsItem(java.lang.String eventsItem)WebhooksCreatePayloadWebhooksCreatePayload. events(java.util.List<java.lang.String> events)WebhooksCreatePayloadWebhooksCreatePayload. url(java.lang.String url)