Interface CustomVerificationEmailTemplate.Builder

    • Method Detail

      • templateName

        CustomVerificationEmailTemplate.Builder templateName​(String templateName)

        The name of the custom verification email template.

        Parameters:
        templateName - The name of the custom verification email template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fromEmailAddress

        CustomVerificationEmailTemplate.Builder fromEmailAddress​(String fromEmailAddress)

        The email address that the custom verification email is sent from.

        Parameters:
        fromEmailAddress - The email address that the custom verification email is sent from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateSubject

        CustomVerificationEmailTemplate.Builder templateSubject​(String templateSubject)

        The subject line of the custom verification email.

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

        CustomVerificationEmailTemplate.Builder successRedirectionURL​(String successRedirectionURL)

        The URL that the recipient of the verification email is sent to if his or her address is successfully verified.

        Parameters:
        successRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureRedirectionURL

        CustomVerificationEmailTemplate.Builder failureRedirectionURL​(String failureRedirectionURL)

        The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.

        Parameters:
        failureRedirectionURL - The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.