Class PatreonDataArrayEntryV2
java.lang.Object
com.patreonshout.beans.patreon_api.PatreonDataArrayEntryV2
public class PatreonDataArrayEntryV2
extends java.lang.Object
POJO that holds data received from the patreon api
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.Object
attributes
An anonymous object that, when sent from Patreon API V2, can (seemingly) be any Patreon V2 object exceptPatreonDataV2
This object must be converted to the desired object viaObjectMapper
.(package private) int
id
id holds Patreon api id info(package private) java.lang.String
type
type holds Patreon api type info -
Constructor Summary
Constructors Constructor Description PatreonDataArrayEntryV2()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
attributes
java.lang.Object attributesAn anonymous object that, when sent from Patreon API V2, can (seemingly) be any Patreon V2 object exceptPatreonDataV2
This object must be converted to the desired object viaObjectMapper
. -
id
int idid holds Patreon api id info -
type
java.lang.String typetype holds Patreon api type info
-
-
Constructor Details
-
PatreonDataArrayEntryV2
public PatreonDataArrayEntryV2()
-