Uses of Class
io.mailtrap.model.response.webhooks.WebhookResponse
Packages that use WebhookResponse
-
Uses of WebhookResponse in io.mailtrap.api.webhooks
Methods in io.mailtrap.api.webhooks that return WebhookResponseModifier and TypeMethodDescriptionWebhooks.deleteWebhook(long accountId, long webhookId) Permanently delete a webhook.WebhooksImpl.deleteWebhook(long accountId, long webhookId) Webhooks.getWebhook(long accountId, long webhookId) Get a single webhook by ID.WebhooksImpl.getWebhook(long accountId, long webhookId) Webhooks.updateWebhook(long accountId, long webhookId, UpdateWebhookRequest request) Update an existing webhook.WebhooksImpl.updateWebhook(long accountId, long webhookId, UpdateWebhookRequest request)