Class PatreonObjectArrayV2

java.lang.Object
com.patreonshout.beans.patreon_api.PatreonObjectArrayV2

public class PatreonObjectArrayV2
extends java.lang.Object
POJO that holds the data and meta information from the Patreon api
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) PatreonDataV2[] data
    data holds the information requested from the Patreon api
    (package private) PatreonMetaV2 meta
    meta holds the meta information requested from the patreon api
  • Constructor Summary

    Constructors
    Constructor Description
    PatreonObjectArrayV2()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • data

      data holds the information requested from the Patreon api
    • meta

      meta holds the meta information requested from the patreon api
  • Constructor Details

    • PatreonObjectArrayV2

      public PatreonObjectArrayV2()