Interface DefaultMessage.Builder

    • Method Detail

      • body

        DefaultMessage.Builder body​(String body)

        The default body of the message.

        Parameters:
        body - The default body of the message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • substitutions

        DefaultMessage.Builder substitutions​(Map<String,​? extends Collection<String>> substitutions)

        The default message variables to use in the message. You can override these default variables with individual address variables.

        Parameters:
        substitutions - The default message variables to use in the message. You can override these default variables with individual address variables.
        Returns:
        Returns a reference to this object so that method calls can be chained together.