Uses of Class
software.xdev.brevo.model.GetSmtpTemplateOverview
Packages that use GetSmtpTemplateOverview
-
Uses of GetSmtpTemplateOverview in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetSmtpTemplateOverviewModifier and TypeMethodDescriptionTransactionalEmailsApi.getSmtpTemplate(Long templateId) Returns the template informationTransactionalEmailsApi.getSmtpTemplate(Long templateId, Map<String, String> additionalHeaders) Returns the template information -
Uses of GetSmtpTemplateOverview in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetSmtpTemplateOverviewModifier and TypeMethodDescriptionGetSmtpTemplateOverview.doiTemplate(Boolean doiTemplate) GetSmtpTemplateOverview.htmlContent(String htmlContent) GetSmtpTemplateOverview.modifiedAt(String modifiedAt) GetSmtpTemplateOverview.sender(GetSmtpTemplateOverviewSender sender) Methods in software.xdev.brevo.model that return types with arguments of type GetSmtpTemplateOverviewMethods in software.xdev.brevo.model with parameters of type GetSmtpTemplateOverviewModifier and TypeMethodDescriptionGetSmtpTemplates.addTemplatesItem(GetSmtpTemplateOverview templatesItem) Method parameters in software.xdev.brevo.model with type arguments of type GetSmtpTemplateOverviewModifier and TypeMethodDescriptionvoidGetSmtpTemplates.setTemplates(List<GetSmtpTemplateOverview> templates) GetSmtpTemplates.templates(List<GetSmtpTemplateOverview> templates)