Package com.patreonshout.beans.request
Class FavoriteListRequest
java.lang.Object
com.patreonshout.beans.request.FavoriteListRequest
public class FavoriteListRequest
extends java.lang.Object
Jackson Serialized object, used when a favorites list 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
url
url is the unique url of the post we want to add to the favorites list -
Constructor Summary
Constructors Constructor Description FavoriteListRequest()
-
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 loginTokenloginToken is the user's login session token -
url
@NotNull private @NotNull java.lang.String urlurl is the unique url of the post we want to add to the favorites list
-
-
Constructor Details
-
FavoriteListRequest
public FavoriteListRequest()
-