Package com.patreonshout.beans.request
Class ResetPasswordRequest
java.lang.Object
com.patreonshout.beans.request.ResetPasswordRequest
public class ResetPasswordRequest
extends java.lang.Object
Jackson serialized POJO, used when a login request is received
-
Field Summary
Fields Modifier and Type Field Description (package private) @NotNull java.lang.String
currentPassword
AString
that should be theWebAccount
's current password(package private) @NotNull java.lang.String
loginToken
AString
login token that belongs to aWebAccount
(package private) @NotNull java.lang.String
newPassword
AString
that is theWebAccount
's desired new password -
Constructor Summary
Constructors Constructor Description ResetPasswordRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
loginToken
@NotNull @NotNull java.lang.String loginTokenAString
login token that belongs to aWebAccount
-
currentPassword
@NotNull @NotNull java.lang.String currentPasswordAString
that should be theWebAccount
's current password -
newPassword
@NotNull @NotNull java.lang.String newPasswordAString
that is theWebAccount
's desired new password
-
-
Constructor Details
-
ResetPasswordRequest
public ResetPasswordRequest()
-