Uses of Enum Class
software.xdev.brevo.model.CreateWebhook.EventsEnum
Packages that use CreateWebhook.EventsEnum
-
Uses of CreateWebhook.EventsEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateWebhook.EventsEnumModifier and TypeMethodDescriptionstatic CreateWebhook.EventsEnumstatic CreateWebhook.EventsEnumReturns the enum constant of this class with the specified name.static CreateWebhook.EventsEnum[]CreateWebhook.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 CreateWebhook.EventsEnumMethods in software.xdev.brevo.model with parameters of type CreateWebhook.EventsEnumModifier and TypeMethodDescriptionCreateWebhook.addEventsItem(CreateWebhook.EventsEnum eventsItem) Method parameters in software.xdev.brevo.model with type arguments of type CreateWebhook.EventsEnumModifier and TypeMethodDescriptionCreateWebhook.events(List<CreateWebhook.EventsEnum> events) voidCreateWebhook.setEvents(List<CreateWebhook.EventsEnum> events)