Package com.docusign.esign.model
Class UserPasswordInformation
- java.lang.Object
-
- com.docusign.esign.model.UserPasswordInformation
-
public class UserPasswordInformation extends java.lang.ObjectUserPasswordInformation.
-
-
Constructor Summary
Constructors Constructor Description UserPasswordInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserPasswordInformationcurrentPassword(java.lang.String currentPassword)currentPassword.UserPasswordInformationemail(java.lang.String email)email.booleanequals(java.lang.Object o)Compares objects.UserPasswordInformationforgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)forgottenPasswordInfo.java.lang.StringgetCurrentPassword()The user's current password to be changed..java.lang.StringgetEmail()The user's email address for the associated account..ForgottenPasswordInformationgetForgottenPasswordInfo()Get forgottenPasswordInfo.java.lang.StringgetNewPassword()The user's new password..inthashCode()Returns the HashCode.UserPasswordInformationnewPassword(java.lang.String newPassword)newPassword.voidsetCurrentPassword(java.lang.String currentPassword)setCurrentPassword.voidsetEmail(java.lang.String email)setEmail.voidsetForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)setForgottenPasswordInfo.voidsetNewPassword(java.lang.String newPassword)setNewPassword.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
currentPassword
public UserPasswordInformation currentPassword(java.lang.String currentPassword)
currentPassword.- Returns:
- UserPasswordInformation
-
getCurrentPassword
public java.lang.String getCurrentPassword()
The user's current password to be changed..- Returns:
- currentPassword
-
setCurrentPassword
public void setCurrentPassword(java.lang.String currentPassword)
setCurrentPassword.
-
email
public UserPasswordInformation email(java.lang.String email)
email.- Returns:
- UserPasswordInformation
-
getEmail
public java.lang.String getEmail()
The user's email address for the associated account..- Returns:
-
setEmail
public void setEmail(java.lang.String email)
setEmail.
-
forgottenPasswordInfo
public UserPasswordInformation forgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
forgottenPasswordInfo.- Returns:
- UserPasswordInformation
-
getForgottenPasswordInfo
public ForgottenPasswordInformation getForgottenPasswordInfo()
Get forgottenPasswordInfo.- Returns:
- forgottenPasswordInfo
-
setForgottenPasswordInfo
public void setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
setForgottenPasswordInfo.
-
newPassword
public UserPasswordInformation newPassword(java.lang.String newPassword)
newPassword.- Returns:
- UserPasswordInformation
-
getNewPassword
public java.lang.String getNewPassword()
The user's new password..- Returns:
- newPassword
-
setNewPassword
public void setNewPassword(java.lang.String newPassword)
setNewPassword.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-