Class BookkeepingEntrySetListPageAsync
-
- All Implemented Interfaces:
public final class BookkeepingEntrySetListPageAsyncList Bookkeeping Entry Sets
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBookkeepingEntrySetListPageAsync.Responsepublic final classBookkeepingEntrySetListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BookkeepingEntrySetListPageAsync.Responseresponse()final List<BookkeepingEntrySet>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BookkeepingEntrySetListParams>getNextPageParams()final CompletableFuture<Optional<BookkeepingEntrySetListPageAsync>>getNextPage()final BookkeepingEntrySetListPageAsync.AutoPagerautoPager()final static BookkeepingEntrySetListPageAsyncof(BookkeepingEntrySetServiceAsync bookkeepingEntrySetsService, BookkeepingEntrySetListParams params, BookkeepingEntrySetListPageAsync.Response response)-
-
Method Detail
-
response
final BookkeepingEntrySetListPageAsync.Response response()
-
data
final List<BookkeepingEntrySet> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BookkeepingEntrySetListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BookkeepingEntrySetListPageAsync>> getNextPage()
-
autoPager
final BookkeepingEntrySetListPageAsync.AutoPager autoPager()
-
of
final static BookkeepingEntrySetListPageAsync of(BookkeepingEntrySetServiceAsync bookkeepingEntrySetsService, BookkeepingEntrySetListParams params, BookkeepingEntrySetListPageAsync.Response response)
-
-
-
-