Uses of Enum Class
software.xdev.brevo.model.GetWebhook.ChannelEnum
Packages that use GetWebhook.ChannelEnum
-
Uses of GetWebhook.ChannelEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetWebhook.ChannelEnumModifier and TypeMethodDescriptionstatic GetWebhook.ChannelEnumGetWebhook.getChannel()channel of webhookstatic GetWebhook.ChannelEnumReturns the enum constant of this class with the specified name.static GetWebhook.ChannelEnum[]GetWebhook.ChannelEnum.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.ChannelEnumModifier and TypeMethodDescriptionGetWebhook.channel(GetWebhook.ChannelEnum channel) voidGetWebhook.setChannel(GetWebhook.ChannelEnum channel)