Class RegisterRequest

java.lang.Object
com.patreonshout.beans.request.RegisterRequest
All Implemented Interfaces:
java.io.Serializable

public class RegisterRequest
extends java.lang.Object
implements java.io.Serializable
Jackson Serialized object, used when a registration request is received
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) @NotNull java.lang.String password
    The desired password for the given request
    (package private) @NotNull java.lang.String username
    The desired username for the given request
  • Constructor Summary

    Constructors
    Constructor Description
    RegisterRequest()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • username

      @NotNull @NotNull java.lang.String username
      The desired username for the given request
    • password

      @NotNull @NotNull java.lang.String password
      The desired password for the given request
  • Constructor Details

    • RegisterRequest

      public RegisterRequest()