Interface NotifyEmailType.Builder

    • Method Detail

      • subject

        NotifyEmailType.Builder subject​(String subject)

        The email subject.

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

        NotifyEmailType.Builder htmlBody​(String htmlBody)

        The email HTML body.

        Parameters:
        htmlBody - The email HTML body.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • textBody

        NotifyEmailType.Builder textBody​(String textBody)

        The email text body.

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