Interface OverallVolume.Builder

    • Method Detail

      • volumeStatistics

        OverallVolume.Builder volumeStatistics​(VolumeStatistics volumeStatistics)

        An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.

        Parameters:
        volumeStatistics - An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • readRatePercent

        OverallVolume.Builder readRatePercent​(Double readRatePercent)

        The percentage of emails that were sent from the domain that were read by their recipients.

        Parameters:
        readRatePercent - The percentage of emails that were sent from the domain that were read by their recipients.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainIspPlacements

        OverallVolume.Builder domainIspPlacements​(Collection<DomainIspPlacement> domainIspPlacements)

        An object that contains inbox and junk mail placement metrics for individual email providers.

        Parameters:
        domainIspPlacements - An object that contains inbox and junk mail placement metrics for individual email providers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainIspPlacements

        OverallVolume.Builder domainIspPlacements​(DomainIspPlacement... domainIspPlacements)

        An object that contains inbox and junk mail placement metrics for individual email providers.

        Parameters:
        domainIspPlacements - An object that contains inbox and junk mail placement metrics for individual email providers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.