Package com.increase.api.models
Class BookkeepingAccountListPage
-
- All Implemented Interfaces:
public final class BookkeepingAccountListPageList Bookkeeping Accounts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBookkeepingAccountListPage.Responsepublic final classBookkeepingAccountListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final BookkeepingAccountListPage.Responseresponse()final List<BookkeepingAccount>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BookkeepingAccountListParams>getNextPageParams()final Optional<BookkeepingAccountListPage>getNextPage()final BookkeepingAccountListPage.AutoPagerautoPager()final static BookkeepingAccountListPageof(BookkeepingAccountService bookkeepingAccountsService, BookkeepingAccountListParams params, BookkeepingAccountListPage.Response response)-
-
Method Detail
-
response
final BookkeepingAccountListPage.Response response()
-
data
final List<BookkeepingAccount> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BookkeepingAccountListParams> getNextPageParams()
-
getNextPage
final Optional<BookkeepingAccountListPage> getNextPage()
-
autoPager
final BookkeepingAccountListPage.AutoPager autoPager()
-
of
final static BookkeepingAccountListPage of(BookkeepingAccountService bookkeepingAccountsService, BookkeepingAccountListParams params, BookkeepingAccountListPage.Response response)
-
-
-
-