static OverallVolume.Builder |
OverallVolume.builder() |
|
OverallVolume.Builder |
OverallVolume.Builder.domainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements) |
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
OverallVolume.Builder.domainIspPlacements(Consumer<DomainIspPlacement.Builder>... domainIspPlacements) |
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
OverallVolume.Builder.domainIspPlacements(DomainIspPlacement... domainIspPlacements) |
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
OverallVolume.Builder.readRatePercent(Double readRatePercent) |
The percentage of emails that were sent from the domain that were read by their recipients.
|
OverallVolume.Builder |
OverallVolume.toBuilder() |
|
default OverallVolume.Builder |
OverallVolume.Builder.volumeStatistics(Consumer<VolumeStatistics.Builder> volumeStatistics) |
An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.
|
OverallVolume.Builder |
OverallVolume.Builder.volumeStatistics(VolumeStatistics volumeStatistics) |
An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.
|