Class User.Links

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

public class User.Links
extends java.lang.Object
Provides the application with a toString() of User.Links that hold the urls of first, prev, next, and last pages if they exist
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.lang.String self
    self contains the urls of the first, prev, next, and last pages
  • Constructor Summary

    Constructors
    Constructor Description
    Links()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • self

      public java.lang.String self
      self contains the urls of the first, prev, next, and last pages
  • Constructor Details

    • Links

      public Links()