public static interface VolumeStatistics.Builder extends SdkPojo, CopyableBuilder<VolumeStatistics.Builder,VolumeStatistics>
Modifier and Type | Method and Description |
---|---|
VolumeStatistics.Builder |
inboxRawCount(Long inboxRawCount)
The total number of emails that arrived in recipients' inboxes.
|
VolumeStatistics.Builder |
projectedInbox(Long projectedInbox)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
|
VolumeStatistics.Builder |
projectedSpam(Long projectedSpam)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or
junk mail folders.
|
VolumeStatistics.Builder |
spamRawCount(Long spamRawCount)
The total number of emails that arrived in recipients' spam or junk mail folders.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
VolumeStatistics.Builder inboxRawCount(Long inboxRawCount)
The total number of emails that arrived in recipients' inboxes.
inboxRawCount
- The total number of emails that arrived in recipients' inboxes.VolumeStatistics.Builder spamRawCount(Long spamRawCount)
The total number of emails that arrived in recipients' spam or junk mail folders.
spamRawCount
- The total number of emails that arrived in recipients' spam or junk mail folders.VolumeStatistics.Builder projectedInbox(Long projectedInbox)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' inboxes.
projectedInbox
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients'
inboxes.VolumeStatistics.Builder projectedSpam(Long projectedSpam)
An estimate of the percentage of emails sent from the current domain that will arrive in recipients' spam or junk mail folders.
projectedSpam
- An estimate of the percentage of emails sent from the current domain that will arrive in recipients'
spam or junk mail folders.Copyright © 2022. All rights reserved.