Uses of Class
software.xdev.brevo.model.SendSmtpEmailToInner
Packages that use SendSmtpEmailToInner
-
Uses of SendSmtpEmailToInner in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SendSmtpEmailToInnerModifier and TypeMethodDescriptionMethods in software.xdev.brevo.model that return types with arguments of type SendSmtpEmailToInnerModifier and TypeMethodDescriptionSendSmtpEmail.getTo()**Mandatory if messageVersions are not passed, ignored if messageVersions are passed** List of email addresses and names (_optional_) of the recipients.SendSmtpEmailMessageVersionsInner.getTo()List of email addresses and names (_optional_) of the recipients.Methods in software.xdev.brevo.model with parameters of type SendSmtpEmailToInnerModifier and TypeMethodDescriptionSendSmtpEmail.addToItem(SendSmtpEmailToInner toItem) SendSmtpEmailMessageVersionsInner.addToItem(SendSmtpEmailToInner toItem) Method parameters in software.xdev.brevo.model with type arguments of type SendSmtpEmailToInnerModifier and TypeMethodDescriptionvoidSendSmtpEmail.setTo(List<SendSmtpEmailToInner> to) voidSendSmtpEmailMessageVersionsInner.setTo(List<SendSmtpEmailToInner> to) SendSmtpEmail.to(List<SendSmtpEmailToInner> to) SendSmtpEmailMessageVersionsInner.to(List<SendSmtpEmailToInner> to)