Interface EmailContent.Builder

  • Method Details

    • subject

      EmailContent.Builder subject(String subject)

      The subject of the email.

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

      EmailContent.Builder additionalMessage(String additionalMessage)

      The message that you want to send. The message can be up to 200 characters.

      Parameters:
      additionalMessage - The message that you want to send. The message can be up to 200 characters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.