public static interface OverallVolume.Builder extends SdkPojo, CopyableBuilder<OverallVolume.Builder,OverallVolume>
Modifier and Type | Method and Description |
---|---|
OverallVolume.Builder |
domainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
domainIspPlacements(Consumer<DomainIspPlacement.Builder>... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
domainIspPlacements(DomainIspPlacement... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
|
OverallVolume.Builder |
readRatePercent(Double readRatePercent)
The percentage of emails that were sent from the domain that were read by their recipients.
|
default OverallVolume.Builder |
volumeStatistics(Consumer<VolumeStatistics.Builder> volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.
|
OverallVolume.Builder |
volumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and
junk mail folders.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OverallVolume.Builder volumeStatistics(VolumeStatistics volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
volumeStatistics
- An object that contains information about the numbers of messages that arrived in recipients' inboxes
and junk mail folders.default OverallVolume.Builder volumeStatistics(Consumer<VolumeStatistics.Builder> volumeStatistics)
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
This is a convenience that creates an instance of theVolumeStatistics.Builder
avoiding the need to
create one manually via VolumeStatistics.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to volumeStatistics(VolumeStatistics)
.volumeStatistics
- a consumer that will call methods on VolumeStatistics.Builder
volumeStatistics(VolumeStatistics)
OverallVolume.Builder readRatePercent(Double readRatePercent)
The percentage of emails that were sent from the domain that were read by their recipients.
readRatePercent
- The percentage of emails that were sent from the domain that were read by their recipients.OverallVolume.Builder domainIspPlacements(Collection<DomainIspPlacement> domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
domainIspPlacements
- An object that contains inbox and junk mail placement metrics for individual email providers.OverallVolume.Builder domainIspPlacements(DomainIspPlacement... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
domainIspPlacements
- An object that contains inbox and junk mail placement metrics for individual email providers.OverallVolume.Builder domainIspPlacements(Consumer<DomainIspPlacement.Builder>... domainIspPlacements)
An object that contains inbox and junk mail placement metrics for individual email providers.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #domainIspPlacements(List)
.domainIspPlacements
- a consumer that will call methods on List.Builder
#domainIspPlacements(List)
Copyright © 2020. All rights reserved.