Class PatreonDataV2
java.lang.Object
com.patreonshout.beans.patreon_api.PatreonDataV2
- All Implemented Interfaces:
java.io.Serializable
public class PatreonDataV2
extends java.lang.Object
implements java.io.Serializable
POJO that represents the "Data" object returned by Patreon API V2
- See Also:
- Serialized Form
-
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) PatreonRelationshipsV2
relationships
relationships represent the object relationships to other objects in the Patreon api(package private) java.lang.String
type
type holds Patreon api type info -
Constructor Summary
Constructors Constructor Description PatreonDataV2()
-
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 -
relationships
PatreonRelationshipsV2 relationshipsrelationships represent the object relationships to other objects in the Patreon api -
type
java.lang.String typetype holds Patreon api type info
-
-
Constructor Details
-
PatreonDataV2
public PatreonDataV2()
-