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
    A String that should be the WebAccount's current password
    (package private) @NotNull java.lang.String loginToken
    A String login token that belongs to a WebAccount
    (package private) @NotNull java.lang.String newPassword
    A String that is the WebAccount'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 loginToken
      A String login token that belongs to a WebAccount
    • currentPassword

      @NotNull @NotNull java.lang.String currentPassword
      A String that should be the WebAccount's current password
    • newPassword

      @NotNull @NotNull java.lang.String newPassword
      A String that is the WebAccount's desired new password
  • Constructor Details

    • ResetPasswordRequest

      public ResetPasswordRequest()