Class AccountsPage

java.lang.Object
com.github.badpop.jcoinbase.model.PaginatedResponse<Account>
com.github.badpop.jcoinbase.model.account.AccountsPage

public class AccountsPage
extends PaginatedResponse<Account>
  • Constructor Summary

    Constructors
    Constructor Description
    AccountsPage​(Pagination pagination, io.vavr.collection.Seq<Account> data)  
  • Method Summary

    Modifier and Type Method Description
    io.vavr.collection.Seq<Account> getAccounts()  
    java.util.List<Account> getAccountsAsJava()  

    Methods inherited from class com.github.badpop.jcoinbase.model.PaginatedResponse

    getDataAsJava

    Methods inherited from class java.lang.Object

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

    • AccountsPage

      public AccountsPage​(Pagination pagination, io.vavr.collection.Seq<Account> data)
  • Method Details

    • getAccounts

      public io.vavr.collection.Seq<Account> getAccounts()
    • getAccountsAsJava

      public java.util.List<Account> getAccountsAsJava()