Uses of Class
software.xdev.brevo.model.GetWebhook
Packages that use GetWebhook
-
Uses of GetWebhook in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetWebhookModifier and TypeMethodDescriptionWebhooksApi.getWebhook(Long webhookId) Get a webhook detailsWebhooksApi.getWebhook(Long webhookId, Map<String, String> additionalHeaders) Get a webhook details -
Uses of GetWebhook in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetWebhookModifier and TypeMethodDescriptionGetWebhook.addEventsItem(String eventsItem) GetWebhook.addHeadersItem(Object headersItem) GetWebhook.channel(GetWebhook.ChannelEnum channel) GetWebhook.description(String description) GetWebhook.modifiedAt(String modifiedAt) GetWebhook.type(GetWebhook.TypeEnum type) Methods in software.xdev.brevo.model that return types with arguments of type GetWebhookMethods in software.xdev.brevo.model with parameters of type GetWebhookMethod parameters in software.xdev.brevo.model with type arguments of type GetWebhookModifier and TypeMethodDescriptionvoidGetWebhooks.setWebhooks(List<GetWebhook> webhooks) GetWebhooks.webhooks(List<GetWebhook> webhooks)