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