Class ResendContactReachabilityEmailResult
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The domain name for which you requested a confirmation email.The email address for the registrant contact at the time that we sent the verification email.True if the email address for the registrant contact has already been verified, and false otherwise.int
hashCode()
True if the email address for the registrant contact has already been verified, and false otherwise.void
setDomainName
(String domainName) The domain name for which you requested a confirmation email.void
setEmailAddress
(String emailAddress) The email address for the registrant contact at the time that we sent the verification email.void
setIsAlreadyVerified
(Boolean isAlreadyVerified) True if the email address for the registrant contact has already been verified, and false otherwise.toString()
Returns a string representation of this object; useful for testing and debugging.withDomainName
(String domainName) The domain name for which you requested a confirmation email.withEmailAddress
(String emailAddress) The email address for the registrant contact at the time that we sent the verification email.withIsAlreadyVerified
(Boolean isAlreadyVerified) True if the email address for the registrant contact has already been verified, and false otherwise.
-
Constructor Details
-
ResendContactReachabilityEmailResult
public ResendContactReachabilityEmailResult()
-
-
Method Details
-
setDomainName
The domain name for which you requested a confirmation email.
- Parameters:
domainName
- The domain name for which you requested a confirmation email.
-
getDomainName
The domain name for which you requested a confirmation email.
- Returns:
- The domain name for which you requested a confirmation email.
-
withDomainName
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.
-
setEmailAddress
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.
-
getEmailAddress
The email address for the registrant contact at the time that we sent the verification email.
- Returns:
- The email address for the registrant contact at the time that we sent the verification email.
-
withEmailAddress
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.
-
setIsAlreadyVerified
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.
-
getIsAlreadyVerified
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:
- 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.
-
withIsAlreadyVerified
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.
-
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:
- 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.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-