Class PatreonMetaV2
java.lang.Object
com.patreonshout.beans.patreon_api.PatreonMetaV2
public class PatreonMetaV2
extends java.lang.Object
POJO to hold the pagination meta data returned from the Patreon api
-
Field Summary
Fields Modifier and Type Field Description (package private) PatreonPaginationV2
pagination
holds the Patreon pagination info -
Constructor Summary
Constructors Constructor Description PatreonMetaV2()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pagination
PatreonPaginationV2 paginationholds the Patreon pagination info
-
-
Constructor Details
-
PatreonMetaV2
public PatreonMetaV2()
-