Package com.patreonshout.beans.request
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
-
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 usernameThe desired username for the given request -
password
@NotNull @NotNull java.lang.String passwordThe desired password for the given request
-
-
Constructor Details
-
RegisterRequest
public RegisterRequest()
-