Interface InboxPlacementTrackingOption.Builder

    • Method Detail

      • global

        InboxPlacementTrackingOption.Builder global​(Boolean 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

        InboxPlacementTrackingOption.Builder trackedIsps​(Collection<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.
      • 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.