Interface InboxPlacementTrackingOption.Builder

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

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

    • global

      Specifies whether inbox placement data is being tracked for the domain.

      Parameters:
      global - Specifies whether inbox placement data is being tracked for the domain.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trackedIsps

      An array of strings, one for each major email provider that the inbox placement data applies to.

      Parameters:
      trackedIsps - An array of strings, one for each major email provider that the inbox placement data applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • trackedIsps

      InboxPlacementTrackingOption.Builder trackedIsps(String... trackedIsps)

      An array of strings, one for each major email provider that the inbox placement data applies to.

      Parameters:
      trackedIsps - An array of strings, one for each major email provider that the inbox placement data applies to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.