Uses of Enum Class
software.xdev.brevo.model.CreateWebhook.TypeEnum
Packages that use CreateWebhook.TypeEnum
-
Uses of CreateWebhook.TypeEnum in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return CreateWebhook.TypeEnumModifier and TypeMethodDescriptionstatic CreateWebhook.TypeEnumCreateWebhook.getType()Type of the webhookstatic CreateWebhook.TypeEnumReturns the enum constant of this class with the specified name.static CreateWebhook.TypeEnum[]CreateWebhook.TypeEnum.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.TypeEnumModifier and TypeMethodDescriptionvoidCreateWebhook.setType(CreateWebhook.TypeEnum type) CreateWebhook.type(CreateWebhook.TypeEnum type)