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