-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class ChangePassword extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private StringcurrentPasswordprivate StringnewPassword
-
Constructor Summary
Constructors Constructor Description ChangePassword(String currentPassword, String newPassword)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()final Stringcomponent1()final Stringcomponent2()final ChangePasswordcopy(String currentPassword, String newPassword)final StringgetCurrentPassword()final StringgetNewPassword()final UnitsetCurrentPassword(@JvmField() String currentPassword)final UnitsetNewPassword(@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)
-
-
-
-