Uses of Class
software.xdev.brevo.model.AbTestVersionStats
Packages that use AbTestVersionStats
-
Uses of AbTestVersionStats in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return AbTestVersionStatsModifier and TypeMethodDescriptionAbTestCampaignResultStatistics.getClicks()Get clicksAbTestCampaignResultStatistics.getComplaints()Get complaintsAbTestCampaignResultStatistics.getHardBounces()Get hardBouncesAbTestCampaignResultStatistics.getOpeners()Get openersAbTestCampaignResultStatistics.getSoftBounces()Get softBouncesAbTestCampaignResultStatistics.getUnsubscribed()Get unsubscribedMethods in software.xdev.brevo.model with parameters of type AbTestVersionStatsModifier and TypeMethodDescriptionAbTestCampaignResultStatistics.clicks(AbTestVersionStats clicks) AbTestCampaignResultStatistics.complaints(AbTestVersionStats complaints) AbTestCampaignResultStatistics.hardBounces(AbTestVersionStats hardBounces) AbTestCampaignResultStatistics.openers(AbTestVersionStats openers) voidAbTestCampaignResultStatistics.setClicks(AbTestVersionStats clicks) voidAbTestCampaignResultStatistics.setComplaints(AbTestVersionStats complaints) voidAbTestCampaignResultStatistics.setHardBounces(AbTestVersionStats hardBounces) voidAbTestCampaignResultStatistics.setOpeners(AbTestVersionStats openers) voidAbTestCampaignResultStatistics.setSoftBounces(AbTestVersionStats softBounces) voidAbTestCampaignResultStatistics.setUnsubscribed(AbTestVersionStats unsubscribed) AbTestCampaignResultStatistics.softBounces(AbTestVersionStats softBounces) AbTestCampaignResultStatistics.unsubscribed(AbTestVersionStats unsubscribed)