java.lang.Object
com.patreonshout.patreon.endpoints.objects.User.Data
Enclosing class:
User

public class User.Data
extends java.lang.Object
Java Object containing all the data we get from Patreon's OAuth
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  User.Data.Attributes
    provides a toString for all the Patreon attributes
  • Field Summary

    Fields
    Modifier and Type Field Description
    User.Data.Attributes attributes
    the Patreon attributesd
    float id
    the Patreon id
    java.lang.String type
    the Patreon type
  • Constructor Summary

    Constructors
    Constructor Description
    Data()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • id

      public float id
      the Patreon id
    • type

      public java.lang.String type
      the Patreon type
    • attributes

      public User.Data.Attributes attributes
      the Patreon attributesd
  • Constructor Details

    • Data

      public Data()