Uses of Class
model.UpdateWebhookRequest
Packages that use UpdateWebhookRequest
-
Uses of UpdateWebhookRequest in api
Methods in api with parameters of type UpdateWebhookRequestModifier and TypeMethodDescriptionokhttp3.CallWebhooksApi.putWebhookAsync(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback<Webhook> _callback) Update a Webhook (asynchronously) Update an existing `Webhook`.okhttp3.CallWebhooksApi.putWebhookCall(String webhookId, UpdateWebhookRequest updateWebhookRequest, ApiCallback _callback) Build call for putWebhookWebhooksApi.putWebhookWithHttpInfo(String webhookId, UpdateWebhookRequest updateWebhookRequest) Update a Webhook Update an existing `Webhook`.WebhooksApi.update(String webhookId, UpdateWebhookRequest updateWebhookRequest) Update a Webhook Update an existing `Webhook`. -
Uses of UpdateWebhookRequest in model
Methods in model that return UpdateWebhookRequestModifier and TypeMethodDescriptionstatic UpdateWebhookRequestCreate an instance of UpdateWebhookRequest given an JSON string