public static interface IspPlacement.Builder extends SdkPojo, CopyableBuilder<IspPlacement.Builder,IspPlacement>
| Modifier and Type | Method and Description |
|---|---|
IspPlacement.Builder |
ispName(String ispName)
The name of the email provider that the inbox placement data applies to.
|
default IspPlacement.Builder |
placementStatistics(Consumer<PlacementStatistics.Builder> placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
|
IspPlacement.Builder |
placementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIspPlacement.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.IspPlacement.Builder placementStatistics(PlacementStatistics placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
placementStatistics - An object that contains inbox placement metrics for a specific email provider.default IspPlacement.Builder placementStatistics(Consumer<PlacementStatistics.Builder> placementStatistics)
An object that contains inbox placement metrics for a specific email provider.
This is a convenience that creates an instance of thePlacementStatistics.Builder avoiding the need
to create one manually via PlacementStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to placementStatistics(PlacementStatistics).placementStatistics - a consumer that will call methods on PlacementStatistics.BuilderplacementStatistics(PlacementStatistics)Copyright © 2020. All rights reserved.