Package com.patreonshout.beans.request
Class PostGetMultipleRequest
java.lang.Object
com.patreonshout.beans.request.PostGetMultipleRequest
- All Implemented Interfaces:
java.io.Serializable
public class PostGetMultipleRequest
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.util.List<java.lang.String>
creators
creators is the list of creators we want to get posts fromprivate @NotNull java.lang.String
loginToken
loginToken is the user's login session tokenprivate @javax.validation.constraints.NotNull int
page
page is the page number we want of the paginated request -
Constructor Summary
Constructors Constructor Description PostGetMultipleRequest()
-
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 -
creators
@NotNull private @NotNull java.util.List<java.lang.String> creatorscreators is the list of creators we want to get posts from -
page
@NotNull private @javax.validation.constraints.NotNull int pagepage is the page number we want of the paginated request
-
-
Constructor Details
-
PostGetMultipleRequest
public PostGetMultipleRequest()
-