Interface EmailInsights.Builder

    • Method Detail

      • destination

        EmailInsights.Builder destination​(String destination)

        The recipient of the email.

        Parameters:
        destination - The recipient of the email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isp

        EmailInsights.Builder isp​(String isp)

        The recipient's ISP (e.g., Gmail, Yahoo, etc.).

        Parameters:
        isp - The recipient's ISP (e.g., Gmail, Yahoo, etc.).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        EmailInsights.Builder events​(Collection<InsightsEvent> events)

        A list of events associated with the sent email.

        Parameters:
        events - A list of events associated with the sent email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • events

        EmailInsights.Builder events​(InsightsEvent... events)

        A list of events associated with the sent email.

        Parameters:
        events - A list of events associated with the sent email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.