Interface DomainIspPlacement.Builder

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

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

    • ispName

      The name of the email provider that the inbox placement data applies to.

      Parameters:
      ispName - The name of the email provider that the inbox placement data applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inboxRawCount

      DomainIspPlacement.Builder inboxRawCount(Long inboxRawCount)

      The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

      Parameters:
      inboxRawCount - The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spamRawCount

      DomainIspPlacement.Builder spamRawCount(Long spamRawCount)

      The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

      Parameters:
      spamRawCount - The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inboxPercentage

      DomainIspPlacement.Builder inboxPercentage(Double inboxPercentage)

      The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.

      Parameters:
      inboxPercentage - The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' inboxes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spamPercentage

      DomainIspPlacement.Builder spamPercentage(Double spamPercentage)

      The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.

      Parameters:
      spamPercentage - The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients' spam or junk mail folders.
      Returns:
      Returns a reference to this object so that method calls can be chained together.