Uses of Enum Class
software.xdev.brevo.model.ExportWebhooksHistoryRequest.TypeEnum
Packages that use ExportWebhooksHistoryRequest.TypeEnum
-
Uses of ExportWebhooksHistoryRequest.TypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return ExportWebhooksHistoryRequest.TypeEnumModifier and TypeMethodDescriptionExportWebhooksHistoryRequest.getType()Filter the history based on webhook typeReturns the enum constant of this class with the specified name.ExportWebhooksHistoryRequest.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidExportWebhooksHistoryRequest.setType(ExportWebhooksHistoryRequest.TypeEnum type) ExportWebhooksHistoryRequest.type(ExportWebhooksHistoryRequest.TypeEnum type)