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 UserPasswordInformation
currentPassword(String currentPassword)
currentPassword.UserPasswordInformation
email(String email)
email.boolean
equals(Object o)
Compares objects.UserPasswordInformation
forgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
forgottenPasswordInfo.String
getCurrentPassword()
The user's current password to be changed..String
getEmail()
The user's email address for the associated account..ForgottenPasswordInformation
getForgottenPasswordInfo()
A complex element containing up to four Question/Answer pairs for forgotten password information..String
getNewPassword()
The user's new password..int
hashCode()
Returns the HashCode.UserPasswordInformation
newPassword(String newPassword)
newPassword.void
setCurrentPassword(String currentPassword)
setCurrentPassword.void
setEmail(String email)
setEmail.void
setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
setForgottenPasswordInfo.void
setNewPassword(String newPassword)
setNewPassword.String
toString()
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.
-
-