Class ListDeleteRequest

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

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

    Fields
    Modifier and Type Field Description
    private @javax.validation.constraints.NotNull int list_id
    list_id is the id of the list to be updated
    private @NotNull java.lang.String loginToken
    loginToken is the user's login session token
  • Constructor Summary

    Constructors
    Constructor Description
    ListDeleteRequest()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • list_id

      @NotNull private @javax.validation.constraints.NotNull int list_id
      list_id is the id of the list to be updated
    • loginToken

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

    • ListDeleteRequest

      public ListDeleteRequest()