Class IdentityVerificationAttributes
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the verification attributes of a single identity.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".The verification token for a domain identity.int
hashCode()
void
setVerificationStatus
(VerificationStatus verificationStatus) The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".void
setVerificationStatus
(String verificationStatus) The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".void
setVerificationToken
(String verificationToken) The verification token for a domain identity.toString()
Returns a string representation of this object; useful for testing and debugging.withVerificationStatus
(VerificationStatus verificationStatus) The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".withVerificationStatus
(String verificationStatus) The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".withVerificationToken
(String verificationToken) The verification token for a domain identity.
-
Constructor Details
-
IdentityVerificationAttributes
public IdentityVerificationAttributes()
-
-
Method Details
-
setVerificationStatus
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
- Parameters:
verificationStatus
- The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".- See Also:
-
getVerificationStatus
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
- Returns:
- The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
- See Also:
-
withVerificationStatus
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
- Parameters:
verificationStatus
- The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setVerificationStatus
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
- Parameters:
verificationStatus
- The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".- See Also:
-
withVerificationStatus
The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".
- Parameters:
verificationStatus
- The verification status of the identity: "Pending", "Success", "Failed", or "TemporaryFailure".- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setVerificationToken
The verification token for a domain identity. Null for email address identities.
- Parameters:
verificationToken
- The verification token for a domain identity. Null for email address identities.
-
getVerificationToken
The verification token for a domain identity. Null for email address identities.
- Returns:
- The verification token for a domain identity. Null for email address identities.
-
withVerificationToken
The verification token for a domain identity. Null for email address identities.
- Parameters:
verificationToken
- The verification token for a domain identity. Null for email address identities.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-