Interface EmailSettings.Builder

  • Method Details

    • emailMessage

      EmailSettings.Builder emailMessage(String emailMessage)

      The contents of the email message.

      Parameters:
      emailMessage - The contents of the email message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailSubject

      EmailSettings.Builder emailSubject(String emailSubject)

      The contents of the subject line of the email message.

      Parameters:
      emailSubject - The contents of the subject line of the email message.
      Returns:
      Returns a reference to this object so that method calls can be chained together.