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