Uses of Enum Class
software.xdev.brevo.model.ExportWebhooksHistoryRequest.EventEnum
Packages that use ExportWebhooksHistoryRequest.EventEnum
-
Uses of ExportWebhooksHistoryRequest.EventEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return ExportWebhooksHistoryRequest.EventEnumModifier and TypeMethodDescriptionExportWebhooksHistoryRequest.getEvent()Filter the history for a specific event typeReturns the enum constant of this class with the specified name.ExportWebhooksHistoryRequest.EventEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.brevo.model with parameters of type ExportWebhooksHistoryRequest.EventEnumModifier and TypeMethodDescriptionExportWebhooksHistoryRequest.event(ExportWebhooksHistoryRequest.EventEnum event) voidExportWebhooksHistoryRequest.setEvent(ExportWebhooksHistoryRequest.EventEnum event)