Interface ServiceInsertionSegments.Builder

    • Method Detail

      • sendVia

        ServiceInsertionSegments.Builder sendVia​(Collection<String> sendVia)

        The list of segments associated with the send-via action.

        Parameters:
        sendVia - The list of segments associated with the send-via action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sendVia

        ServiceInsertionSegments.Builder sendVia​(String... sendVia)

        The list of segments associated with the send-via action.

        Parameters:
        sendVia - The list of segments associated with the send-via action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sendTo

        ServiceInsertionSegments.Builder sendTo​(Collection<String> sendTo)

        The list of segments associated with the send-to action.

        Parameters:
        sendTo - The list of segments associated with the send-to action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sendTo

        ServiceInsertionSegments.Builder sendTo​(String... sendTo)

        The list of segments associated with the send-to action.

        Parameters:
        sendTo - The list of segments associated with the send-to action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.