Class Pagination

java.lang.Object
com.github.badpop.jcoinbase.model.Pagination

public class Pagination
extends java.lang.Object
In some cases, the Coinbase api returns paginated response, this class help JCoinbase to deal with it. This class allow JCoinbase and you to browse pages over the Coinbase API.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Pagination.Order
    When Coinbase returns a paginated response, values are ordered.
  • Constructor Summary

    Constructors
    Constructor Description
    Pagination()  
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • Pagination

      public Pagination()