public static interface DomainIspPlacement.Builder extends SdkPojo, CopyableBuilder<DomainIspPlacement.Builder,DomainIspPlacement>
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
DomainIspPlacement.Builder |
ispName(String ispName)
The name of the email provider that the inbox placement data applies to.
|
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.
|
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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DomainIspPlacement.Builder ispName(String ispName)
The name of the email provider that the inbox placement data applies to.
ispName
- The name of the email provider that the inbox placement data applies to.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.
inboxRawCount
- The total number of messages that were sent from the selected domain to the specified email provider
that arrived in recipients' inboxes.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.
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.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.
inboxPercentage
- The percentage of messages that were sent from the selected domain to the specified email provider
that arrived in recipients' inboxes.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.
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.Copyright © 2022. All rights reserved.