Uses of Class
software.xdev.brevo.model.UpdateWebhook
Packages that use UpdateWebhook
-
Uses of UpdateWebhook in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type UpdateWebhookModifier and TypeMethodDescriptionvoidWebhooksApi.updateWebhook(Long webhookId, UpdateWebhook updateWebhook) Update a webhookvoidWebhooksApi.updateWebhook(Long webhookId, UpdateWebhook updateWebhook, Map<String, String> additionalHeaders) Update a webhook -
Uses of UpdateWebhook in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpdateWebhookModifier and TypeMethodDescriptionUpdateWebhook.addEventsItem(UpdateWebhook.EventsEnum eventsItem) UpdateWebhook.addHeadersItem(Object headersItem) UpdateWebhook.description(String description) UpdateWebhook.events(List<UpdateWebhook.EventsEnum> events)