Uses of Class
model.UpdateWebhookRequest
-
Packages that use UpdateWebhookRequest Package Description api model -
-
Uses of UpdateWebhookRequest in api
Methods in api with parameters of type UpdateWebhookRequest Modifier and Type Method Description WebhookWebhooksApi. update(String webhookId, UpdateWebhookRequest updateWebhookRequest)Update a Webhook Update an existing `Webhook`.okhttp3.CallWebhooksApi. updateWebhookAsync(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback<Webhook> _callback)Update a Webhook (asynchronously) Update an existing `Webhook`.okhttp3.CallWebhooksApi. updateWebhookCall(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback _callback)Build call for updateWebhookApiResponse<Webhook>WebhooksApi. updateWebhookWithHttpInfo(String webhookId, UpdateWebhookRequest updateWebhookRequest)Update a Webhook Update an existing `Webhook`. -
Uses of UpdateWebhookRequest in model
Methods in model that return UpdateWebhookRequest Modifier and Type Method Description UpdateWebhookRequestUpdateWebhookRequest. enabled(Boolean enabled)static UpdateWebhookRequestUpdateWebhookRequest. fromJson(String jsonString)Create an instance of UpdateWebhookRequest given an JSON stringUpdateWebhookRequestUpdateWebhookRequest. url(String url)
-