Uses of Enum Class
software.xdev.brevo.model.UpdateWebhook.EventsEnum
Packages that use UpdateWebhook.EventsEnum
-
Uses of UpdateWebhook.EventsEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpdateWebhook.EventsEnumModifier and TypeMethodDescriptionstatic UpdateWebhook.EventsEnumstatic UpdateWebhook.EventsEnumReturns the enum constant of this class with the specified name.static UpdateWebhook.EventsEnum[]UpdateWebhook.EventsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.brevo.model that return types with arguments of type UpdateWebhook.EventsEnumMethods in software.xdev.brevo.model with parameters of type UpdateWebhook.EventsEnumModifier and TypeMethodDescriptionUpdateWebhook.addEventsItem(UpdateWebhook.EventsEnum eventsItem) Method parameters in software.xdev.brevo.model with type arguments of type UpdateWebhook.EventsEnumModifier and TypeMethodDescriptionUpdateWebhook.events(List<UpdateWebhook.EventsEnum> events) voidUpdateWebhook.setEvents(List<UpdateWebhook.EventsEnum> events)