public class APIUserPasswordUpdate extends Object
Constructor and Description |
---|
APIUserPasswordUpdate() |
Modifier and Type | Method and Description |
---|---|
String |
getNewPassword()
Returns the new password that will be assigned to this user.
|
String |
getOldPassword()
Returns the old password for this user.
|
void |
setNewPassword(String newPassword)
Set the new password that will be assigned to this user.
|
void |
setOldPassword(String oldPassword)
Set the old password for this user.
|
public String getOldPassword()
public void setOldPassword(String oldPassword)
oldPassword
- The old password for this user.public String getNewPassword()
public void setNewPassword(String newPassword)
newPassword
- The new password for this user.Copyright © 2016. All rights reserved.