Package com.docusign.esign.model
Class UserPasswordInformation
- java.lang.Object
-
- com.docusign.esign.model.UserPasswordInformation
-
public class UserPasswordInformation extends Object
UserPasswordInformation.
-
-
Constructor Summary
Constructors Constructor Description UserPasswordInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPasswordInformationcurrentPassword(String currentPassword)currentPassword.UserPasswordInformationemail(String email)email.booleanequals(Object o)Compares objects.UserPasswordInformationforgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)forgottenPasswordInfo.StringgetCurrentPassword()The user's current password to be changed..StringgetEmail()The user's email address for the associated account..ForgottenPasswordInformationgetForgottenPasswordInfo()A complex element containing up to four Question/Answer pairs for forgotten password information..StringgetNewPassword()The user's new password..inthashCode()Returns the HashCode.UserPasswordInformationnewPassword(String newPassword)newPassword.voidsetCurrentPassword(String currentPassword)setCurrentPassword.voidsetEmail(String email)setEmail.voidsetForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)setForgottenPasswordInfo.voidsetNewPassword(String newPassword)setNewPassword.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
currentPassword
public UserPasswordInformation currentPassword(String currentPassword)
currentPassword.- Returns:
- UserPasswordInformation
-
getCurrentPassword
public String getCurrentPassword()
The user's current password to be changed..- Returns:
- currentPassword
-
setCurrentPassword
public void setCurrentPassword(String currentPassword)
setCurrentPassword.
-
email
public UserPasswordInformation email(String email)
email.- Returns:
- UserPasswordInformation
-
getEmail
public String getEmail()
The user's email address for the associated account..- Returns:
-
setEmail
public void setEmail(String email)
setEmail.
-
forgottenPasswordInfo
public UserPasswordInformation forgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
forgottenPasswordInfo.- Returns:
- UserPasswordInformation
-
getForgottenPasswordInfo
public ForgottenPasswordInformation getForgottenPasswordInfo()
A complex element containing up to four Question/Answer pairs for forgotten password information..- Returns:
- forgottenPasswordInfo
-
setForgottenPasswordInfo
public void setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
setForgottenPasswordInfo.
-
newPassword
public UserPasswordInformation newPassword(String newPassword)
newPassword.- Returns:
- UserPasswordInformation
-
getNewPassword
public String getNewPassword()
The user's new password..- Returns:
- newPassword
-
setNewPassword
public void setNewPassword(String newPassword)
setNewPassword.
-
equals
public boolean equals(Object o)
Compares objects.
-
-