Class TagGetRequest

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

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

    Fields
    Modifier and Type Field Description
    private @NotNull java.lang.String loginToken
    loginToken is the user's login session token
    private @NotNull java.lang.String url
    url is the url of the post we want to get the tags of
  • Constructor Summary

    Constructors
    Constructor Description
    TagGetRequest()  
  • 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
    • url

      @NotNull private @NotNull java.lang.String url
      url is the url of the post we want to get the tags of
  • Constructor Details

    • TagGetRequest

      public TagGetRequest()