public class UserPasswordInformation extends Object
| Constructor and Description |
|---|
UserPasswordInformation() |
| Modifier and Type | Method and Description |
|---|---|
UserPasswordInformation |
currentPassword(String currentPassword) |
UserPasswordInformation |
email(String email) |
boolean |
equals(Object o) |
UserPasswordInformation |
forgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo) |
String |
getCurrentPassword()
The user's current password to be changed.
|
String |
getEmail()
The user's email address for the associated account.
|
ForgottenPasswordInformation |
getForgottenPasswordInfo()
Get forgottenPasswordInfo
|
String |
getNewPassword()
The user's new password.
|
int |
hashCode() |
UserPasswordInformation |
newPassword(String newPassword) |
void |
setCurrentPassword(String currentPassword) |
void |
setEmail(String email) |
void |
setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo) |
void |
setNewPassword(String newPassword) |
String |
toString() |
public UserPasswordInformation currentPassword(String currentPassword)
public String getCurrentPassword()
public void setCurrentPassword(String currentPassword)
public UserPasswordInformation email(String email)
public String getEmail()
public void setEmail(String email)
public UserPasswordInformation forgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
public ForgottenPasswordInformation getForgottenPasswordInfo()
public void setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
public UserPasswordInformation newPassword(String newPassword)
public String getNewPassword()
public void setNewPassword(String newPassword)
Copyright © 2018. All rights reserved.