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 except PatreonDataV2 This object must be converted to the desired object via ObjectMapper.
    (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 attributes
      An anonymous object that, when sent from Patreon API V2, can (seemingly) be any Patreon V2 object except PatreonDataV2 This object must be converted to the desired object via ObjectMapper.
    • id

      int id
      id holds Patreon api id info
    • type

      java.lang.String type
      type holds Patreon api type info
  • Constructor Details

    • PatreonDataArrayEntryV2

      public PatreonDataArrayEntryV2()