Uses of Class
io.mailtrap.api.stats.StatsFilter
Packages that use StatsFilter
-
Uses of StatsFilter in io.mailtrap.api.stats
Methods in io.mailtrap.api.stats with parameters of type StatsFilterModifier and TypeMethodDescriptionStats.byCategory(long accountId, StatsFilter filter) Get sending stats grouped by categoriesStatsImpl.byCategory(long accountId, StatsFilter filter) Stats.byDate(long accountId, StatsFilter filter) Get sending stats grouped by dateStatsImpl.byDate(long accountId, StatsFilter filter) Stats.byDomain(long accountId, StatsFilter filter) Get sending stats grouped by domainsStatsImpl.byDomain(long accountId, StatsFilter filter) Stats.byEmailServiceProvider(long accountId, StatsFilter filter) Get sending stats grouped by email service providersStatsImpl.byEmailServiceProvider(long accountId, StatsFilter filter) Stats.getStats(long accountId, StatsFilter filter) Get aggregated sending statsStatsImpl.getStats(long accountId, StatsFilter filter)