Class BookkeepingEntryListPageAsync
-
- All Implemented Interfaces:
public final class BookkeepingEntryListPageAsyncList Bookkeeping Entries
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBookkeepingEntryListPageAsync.Responsepublic final classBookkeepingEntryListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BookkeepingEntryListPageAsync.Responseresponse()final List<BookkeepingEntry>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BookkeepingEntryListParams>getNextPageParams()final CompletableFuture<Optional<BookkeepingEntryListPageAsync>>getNextPage()final BookkeepingEntryListPageAsync.AutoPagerautoPager()final static BookkeepingEntryListPageAsyncof(BookkeepingEntryServiceAsync bookkeepingEntriesService, BookkeepingEntryListParams params, BookkeepingEntryListPageAsync.Response response)-
-
Method Detail
-
response
final BookkeepingEntryListPageAsync.Response response()
-
data
final List<BookkeepingEntry> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BookkeepingEntryListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BookkeepingEntryListPageAsync>> getNextPage()
-
autoPager
final BookkeepingEntryListPageAsync.AutoPager autoPager()
-
of
final static BookkeepingEntryListPageAsync of(BookkeepingEntryServiceAsync bookkeepingEntriesService, BookkeepingEntryListParams params, BookkeepingEntryListPageAsync.Response response)
-
-
-
-