-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class ResetPasswordWithToken extends QueryRequestObject
Copyright 2018 Meniga Iceland Inc. Created by agustk on 16.8.2018.
-
-
Constructor Summary
Constructors Constructor Description ResetPasswordWithToken(String resetPasswordToken, String email, String password)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()final Stringcomponent1()final Stringcomponent2()final Stringcomponent3()final ResetPasswordWithTokencopy(String resetPasswordToken, String email, String password)final StringgetResetPasswordToken()final StringgetEmail()final StringgetPassword()final UnitsetResetPasswordToken(@JvmField() String resetPasswordToken)final UnitsetEmail(@JvmField() String email)final UnitsetPassword(@JvmField() String password)-
Methods inherited from class com.meniga.sdk.interfaces.ValueHashable
equals, hashCode, toString -
Methods inherited from class com.meniga.sdk.webservices.requests.ResetPasswordWithToken
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()
-
component3
final String component3()
-
copy
final ResetPasswordWithToken copy(String resetPasswordToken, String email, String password)
-
getResetPasswordToken
final String getResetPasswordToken()
-
getPassword
final String getPassword()
-
setResetPasswordToken
final Unit setResetPasswordToken(@JvmField() String resetPasswordToken)
-
setPassword
final Unit setPassword(@JvmField() String password)
-
-
-
-