Uses of Class
software.xdev.brevo.model.GetDeviceBrowserStats
Packages that use GetDeviceBrowserStats
-
Uses of GetDeviceBrowserStats in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetDeviceBrowserStatsModifier and TypeMethodDescriptionGetDeviceBrowserStats.uniqueClicks(Long uniqueClicks) GetDeviceBrowserStats.uniqueViews(Long uniqueViews) Methods in software.xdev.brevo.model that return types with arguments of type GetDeviceBrowserStatsModifier and TypeMethodDescriptionGetStatsByDevice.getDesktop()Statistics of the campaign on the basis of desktop devicesGetStatsByDevice.getMobile()Statistics of the campaign on the basis of mobile devicesGetExtendedCampaignStats.getStatsByBrowser()Get statsByBrowserGetStatsByDevice.getTablet()Statistics of the campaign on the basis of tablet devicesGetStatsByDevice.getUnknown()Statistics of the campaign on the basis of unknown devicesMethods in software.xdev.brevo.model with parameters of type GetDeviceBrowserStatsModifier and TypeMethodDescriptionGetStatsByDevice.putDesktopItem(String key, GetDeviceBrowserStats desktopItem) GetStatsByDevice.putMobileItem(String key, GetDeviceBrowserStats mobileItem) GetExtendedCampaignStats.putStatsByBrowserItem(String key, GetDeviceBrowserStats statsByBrowserItem) GetStatsByDevice.putTabletItem(String key, GetDeviceBrowserStats tabletItem) GetStatsByDevice.putUnknownItem(String key, GetDeviceBrowserStats unknownItem) Method parameters in software.xdev.brevo.model with type arguments of type GetDeviceBrowserStatsModifier and TypeMethodDescriptionGetStatsByDevice.desktop(Map<String, GetDeviceBrowserStats> desktop) GetStatsByDevice.mobile(Map<String, GetDeviceBrowserStats> mobile) voidGetStatsByDevice.setDesktop(Map<String, GetDeviceBrowserStats> desktop) voidGetStatsByDevice.setMobile(Map<String, GetDeviceBrowserStats> mobile) voidGetExtendedCampaignStats.setStatsByBrowser(Map<String, GetDeviceBrowserStats> statsByBrowser) voidGetStatsByDevice.setTablet(Map<String, GetDeviceBrowserStats> tablet) voidGetStatsByDevice.setUnknown(Map<String, GetDeviceBrowserStats> unknown) GetExtendedCampaignStats.statsByBrowser(Map<String, GetDeviceBrowserStats> statsByBrowser) GetStatsByDevice.tablet(Map<String, GetDeviceBrowserStats> tablet) GetStatsByDevice.unknown(Map<String, GetDeviceBrowserStats> unknown)