Uses of Enum Class
software.xdev.brevo.model.Notification.ChannelEnum
Packages that use Notification.ChannelEnum
-
Uses of Notification.ChannelEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return Notification.ChannelEnumModifier and TypeMethodDescriptionstatic Notification.ChannelEnumNotification.getChannel()Channel used to send the notifications.static Notification.ChannelEnumReturns the enum constant of this class with the specified name.static Notification.ChannelEnum[]Notification.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 Notification.ChannelEnumModifier and TypeMethodDescriptionNotification.channel(Notification.ChannelEnum channel) voidNotification.setChannel(Notification.ChannelEnum channel)