Class PatreonPaginationV2
java.lang.Object
com.patreonshout.beans.patreon_api.PatreonPaginationV2
public class PatreonPaginationV2
extends java.lang.Object
POJO that holds pagination info returned from the Patreon api
-
Field Summary
Fields Modifier and Type Field Description (package private) int
total
total holds the total pages left in the paginated data returned from the Patreon api -
Constructor Summary
Constructors Constructor Description PatreonPaginationV2()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
total
int totaltotal holds the total pages left in the paginated data returned from the Patreon api
-
-
Constructor Details
-
PatreonPaginationV2
public PatreonPaginationV2()
-