Interface PlacementStatistics.Builder

    • Method Detail

      • inboxPercentage

        PlacementStatistics.Builder inboxPercentage​(Double inboxPercentage)

        The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.

        Parameters:
        inboxPercentage - The percentage of emails that arrived in recipients' inboxes during the predictive inbox placement test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spamPercentage

        PlacementStatistics.Builder spamPercentage​(Double spamPercentage)

        The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.

        Parameters:
        spamPercentage - The percentage of emails that arrived in recipients' spam or junk mail folders during the predictive inbox placement test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • missingPercentage

        PlacementStatistics.Builder missingPercentage​(Double missingPercentage)

        The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.

        Parameters:
        missingPercentage - The percentage of emails that didn't arrive in recipients' inboxes at all during the predictive inbox placement test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • spfPercentage

        PlacementStatistics.Builder spfPercentage​(Double spfPercentage)

        The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

        Parameters:
        spfPercentage - The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dkimPercentage

        PlacementStatistics.Builder dkimPercentage​(Double dkimPercentage)

        The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

        Parameters:
        dkimPercentage - The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.
        Returns:
        Returns a reference to this object so that method calls can be chained together.