Interface PlacementStatistics.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>, SdkBuilder<PlacementStatistics.Builder,PlacementStatistics>, SdkPojo
Enclosing class:
PlacementStatistics

public static interface PlacementStatistics.Builder extends SdkPojo, CopyableBuilder<PlacementStatistics.Builder,PlacementStatistics>
  • Method Details

    • 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.