Uses of Class
software.xdev.brevo.model.CreateWebhook
Packages that use CreateWebhook
-
Uses of CreateWebhook in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type CreateWebhookModifier and TypeMethodDescriptionWebhooksApi.createWebhook(CreateWebhook createWebhook) Create a webhookWebhooksApi.createWebhook(CreateWebhook createWebhook, Map<String, String> additionalHeaders) Create a webhook -
Uses of CreateWebhook in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateWebhookModifier and TypeMethodDescriptionCreateWebhook.addEventsItem(CreateWebhook.EventsEnum eventsItem) CreateWebhook.addHeadersItem(Object headersItem) CreateWebhook.channel(CreateWebhook.ChannelEnum channel) CreateWebhook.description(String description) CreateWebhook.events(List<CreateWebhook.EventsEnum> events) CreateWebhook.type(CreateWebhook.TypeEnum type)