Uses of Enum Class
software.xdev.brevo.model.GetWebhook.TypeEnum
Packages that use GetWebhook.TypeEnum
-
Uses of GetWebhook.TypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetWebhook.TypeEnumModifier and TypeMethodDescriptionstatic GetWebhook.TypeEnumGetWebhook.getType()Type of webhook (marketing or transactional)static GetWebhook.TypeEnumReturns the enum constant of this class with the specified name.static GetWebhook.TypeEnum[]GetWebhook.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 GetWebhook.TypeEnumModifier and TypeMethodDescriptionvoidGetWebhook.setType(GetWebhook.TypeEnum type) GetWebhook.type(GetWebhook.TypeEnum type)