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