-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class ChangePassword extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private String
currentPassword
private String
newPassword
-
Constructor Summary
Constructors Constructor Description ChangePassword(String currentPassword, String newPassword)
-
Method Summary
Modifier and Type Method Description Long
getValueHash()
final String
component1()
final String
component2()
final ChangePassword
copy(String currentPassword, String newPassword)
final String
getCurrentPassword()
final String
getNewPassword()
final Unit
setCurrentPassword(@JvmField() String currentPassword)
final Unit
setNewPassword(@JvmField() String newPassword)
-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString
-
Methods inherited from class com.meniga.sdk.webservices.user.ChangePassword
toQueryMap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
component1
final String component1()
-
component2
final String component2()
-
copy
final ChangePassword copy(String currentPassword, String newPassword)
-
getCurrentPassword
final String getCurrentPassword()
-
getNewPassword
final String getNewPassword()
-
setCurrentPassword
final Unit setCurrentPassword(@JvmField() String currentPassword)
-
setNewPassword
final Unit setNewPassword(@JvmField() String newPassword)
-
-
-
-