Uses of Class
software.xdev.brevo.model.ExportWebhooksHistoryRequest
Packages that use ExportWebhooksHistoryRequest
-
Uses of ExportWebhooksHistoryRequest in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type ExportWebhooksHistoryRequestModifier and TypeMethodDescriptionWebhooksApi.exportWebhooksHistory(ExportWebhooksHistoryRequest exportWebhooksHistoryRequest) Export all webhook events This endpoint will submit a request to get the history of webhooks in the CSV file.WebhooksApi.exportWebhooksHistory(ExportWebhooksHistoryRequest exportWebhooksHistoryRequest, Map<String, String> additionalHeaders) Export all webhook events This endpoint will submit a request to get the history of webhooks in the CSV file. -
Uses of ExportWebhooksHistoryRequest in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return ExportWebhooksHistoryRequestModifier and TypeMethodDescriptionExportWebhooksHistoryRequest.event(ExportWebhooksHistoryRequest.EventEnum event) ExportWebhooksHistoryRequest.type(ExportWebhooksHistoryRequest.TypeEnum type)