Class ListCreationRequest

java.lang.Object
com.patreonshout.beans.request.ListCreationRequest
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ListUpdateRequest

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

    Fields
    Modifier and Type Field Description
    private @NotNull java.lang.String description
    description is the new list description
    private @NotNull java.lang.String loginToken
    loginToken is the user's login session token
    private @NotNull java.lang.String title
    title is the new list title
  • Constructor Summary

    Constructors
    Constructor Description
    ListCreationRequest()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • loginToken

      @NotNull private @NotNull java.lang.String loginToken
      loginToken is the user's login session token
    • title

      @NotNull private @NotNull java.lang.String title
      title is the new list title
    • description

      @NotNull private @NotNull java.lang.String description
      description is the new list description
  • Constructor Details

    • ListCreationRequest

      public ListCreationRequest()