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.StringcurrentPasswordAStringthat should be theWebAccount's current password(package private) @NotNull java.lang.StringloginTokenAStringlogin token that belongs to aWebAccount(package private) @NotNull java.lang.StringnewPasswordAStringthat 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 loginTokenAStringlogin token that belongs to aWebAccount -
currentPassword
@NotNull @NotNull java.lang.String currentPasswordAStringthat should be theWebAccount's current password -
newPassword
@NotNull @NotNull java.lang.String newPasswordAStringthat is theWebAccount's desired new password
-
-
Constructor Details
-
ResetPasswordRequest
public ResetPasswordRequest()
-