Uses of Class
software.xdev.brevo.model.UpdateSmtpTemplate
Packages that use UpdateSmtpTemplate
-
Uses of UpdateSmtpTemplate in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type UpdateSmtpTemplateModifier and TypeMethodDescriptionvoidTransactionalEmailsApi.updateSmtpTemplate(Long templateId, UpdateSmtpTemplate updateSmtpTemplate) Update an email templatevoidTransactionalEmailsApi.updateSmtpTemplate(Long templateId, UpdateSmtpTemplate updateSmtpTemplate, Map<String, String> additionalHeaders) Update an email template -
Uses of UpdateSmtpTemplate in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return UpdateSmtpTemplateModifier and TypeMethodDescriptionUpdateSmtpTemplate.attachmentUrl(String attachmentUrl) UpdateSmtpTemplate.htmlContent(String htmlContent) UpdateSmtpTemplate.sender(UpdateSmtpTemplateSender sender) UpdateSmtpTemplate.templateName(String templateName)