Interface ResendContactReachabilityEmailResponse.Builder

  • Method Details

    • domainName

      The domain name for which you requested a confirmation email.

      Parameters:
      domainName - The domain name for which you requested a confirmation email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailAddress

      The email address for the registrant contact at the time that we sent the verification email.

      Parameters:
      emailAddress - The email address for the registrant contact at the time that we sent the verification email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isAlreadyVerified

      ResendContactReachabilityEmailResponse.Builder isAlreadyVerified(Boolean isAlreadyVerified)

      True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.

      Parameters:
      isAlreadyVerified - True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.
      Returns:
      Returns a reference to this object so that method calls can be chained together.