Package com.patreonshout.beans.request
Class ListPostUpdateRequest
java.lang.Object
com.patreonshout.beans.request.ListPostUpdateRequest
public class ListPostUpdateRequest
extends java.lang.Object
Jackson Serialized object, used when a list post update request is received
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ListPostUpdateRequest.ListUpdate
Jackson Serialized object, used when a list post update request is received, holds the update information for each list -
Field Summary
Fields Modifier and Type Field Description (package private) @NotNull java.util.List<ListPostUpdateRequest.ListUpdate>
listUpdates
listUpdates are the lists that will update(add/remove) the post specified through it's urlprivate @NotNull java.lang.String
loginToken
loginToken is the user's login session tokenprivate @NotNull java.lang.String
url
url of the post to be updated from the specified lists -
Constructor Summary
Constructors Constructor Description ListPostUpdateRequest()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
url
@NotNull private @NotNull java.lang.String urlurl of the post to be updated from the specified lists -
loginToken
@NotNull private @NotNull java.lang.String loginTokenloginToken is the user's login session token -
listUpdates
listUpdates are the lists that will update(add/remove) the post specified through it's url
-
-
Constructor Details
-
ListPostUpdateRequest
public ListPostUpdateRequest()
-