Package com.patreonshout.beans.request
Class TagDeleteRequest
java.lang.Object
com.patreonshout.beans.request.TagDeleteRequest
public class TagDeleteRequest
extends java.lang.Object
Jackson Serialized object, used when a filter add request is received
-
Field Summary
Fields Modifier and Type Field Description private @NotNull java.lang.String
loginToken
loginToken is the user's login session tokenprivate @NotNull java.lang.String
tag
filter is the saved filter the user wants to filter posts byprivate @NotNull java.lang.String
url
url is the url of the post we want to delete the tag from -
Constructor Summary
Constructors Constructor Description TagDeleteRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
tag
@NotNull private @NotNull java.lang.String tagfilter is the saved filter the user wants to filter posts by -
loginToken
@NotNull private @NotNull java.lang.String loginTokenloginToken is the user's login session token -
url
@NotNull private @NotNull java.lang.String urlurl is the url of the post we want to delete the tag from
-
-
Constructor Details
-
TagDeleteRequest
public TagDeleteRequest()
-