Class PatreonObjectV2

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

public class PatreonObjectV2
extends java.lang.Object
POJO to encapsulate the PatreonDataV2 object returned from the Patreon api
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) PatreonDataV2 data
    data holds a single PatreonDataV2 object requested from the Patreon api
  • Constructor Summary

    Constructors
    Constructor Description
    PatreonObjectV2()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • PatreonObjectV2

      public PatreonObjectV2()