| Constructor and Description |
|---|
Email(String address,
boolean verified,
String verificationToken)
Constructs a new email with the given address, verified status, and verification token.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAddress() |
String |
getVerificationToken() |
int |
hashCode() |
boolean |
isVerified() |
String |
toString() |
public Email(String address, boolean verified, String verificationToken)
address - the email's addressverified - whether the email address has been verifiedverificationToken - the email's verification token used to verify the email addressCopyright © 2019. All rights reserved.