-
- 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 Long
getValueHash()
final String
component1()
final String
component2()
final String
component3()
final ResetPasswordWithToken
copy(String resetPasswordToken, String email, String password)
final String
getResetPasswordToken()
final String
getEmail()
final String
getPassword()
final Unit
setResetPasswordToken(@JvmField() String resetPasswordToken)
final Unit
setEmail(@JvmField() String email)
final Unit
setPassword(@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)
-
-
-
-