Uses of Class
software.xdev.brevo.model.SendReport
Packages that use SendReport
-
Uses of SendReport in software.xdev.brevo.api
Methods in software.xdev.brevo.api with parameters of type SendReportModifier and TypeMethodDescriptionvoidEmailCampaignsApi.sendReport(Long campaignId, SendReport sendReport) Send the report of a campaign A PDF will be sent to the specified email addressesvoidEmailCampaignsApi.sendReport(Long campaignId, SendReport sendReport, Map<String, String> additionalHeaders) Send the report of a campaign A PDF will be sent to the specified email addressesvoidSmsCampaignsApi.sendSmsReport(Long campaignId, SendReport sendReport) Send an SMS campaign's report Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail.voidSmsCampaignsApi.sendSmsReport(Long campaignId, SendReport sendReport, Map<String, String> additionalHeaders) Send an SMS campaign's report Send report of Sent and Archived campaign, to the specified email addresses, with respective data and a pdf attachment in detail. -
Uses of SendReport in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return SendReportModifier and TypeMethodDescriptionSendReport.email(SendReportEmail email) SendReport.language(SendReport.LanguageEnum language)