Interface Message.Builder

    • Method Detail

      • subject

        Message.Builder subject​(Content subject)

        The subject of the message: A short summary of the content, which appears in the recipient's inbox.

        Parameters:
        subject - The subject of the message: A short summary of the content, which appears in the recipient's inbox.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • body

        Message.Builder body​(Body body)

        The message body.

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