Uses of Class
software.xdev.brevo.model.SendTransacSms
Packages that use SendTransacSms
-
Uses of SendTransacSms in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type SendTransacSmsModifier and TypeMethodDescriptionTransactionalSmsApi.sendAsyncTransactionalSms(SendTransacSms sendTransacSms) Send SMS message asynchronously to a mobile numberTransactionalSmsApi.sendAsyncTransactionalSms(SendTransacSms sendTransacSms, Map<String, String> additionalHeaders) Send SMS message asynchronously to a mobile numberTransactionalSmsApi.sendTransacSms(SendTransacSms sendTransacSms) Send SMS message to a mobile numberTransactionalSmsApi.sendTransacSms(SendTransacSms sendTransacSms, Map<String, String> additionalHeaders) Send SMS message to a mobile number -
Uses of SendTransacSms in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SendTransacSmsModifier and TypeMethodDescriptionSendTransacSms.organisationPrefix(String organisationPrefix) SendTransacSms.type(SendTransacSms.TypeEnum type) SendTransacSms.unicodeEnabled(Boolean unicodeEnabled)