Package com.lithic.api.models
Class BookTransferListPageAsync
-
- All Implemented Interfaces:
public final class BookTransferListPageAsyncList book transfers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBookTransferListPageAsync.Responsepublic final classBookTransferListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BookTransferListPageAsync.Responseresponse()final List<BookTransferResponse>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BookTransferListParams>getNextPageParams()final CompletableFuture<Optional<BookTransferListPageAsync>>getNextPage()final BookTransferListPageAsync.AutoPagerautoPager()final static BookTransferListPageAsyncof(BookTransferServiceAsync bookTransfersService, BookTransferListParams params, BookTransferListPageAsync.Response response)-
-
Method Detail
-
response
final BookTransferListPageAsync.Response response()
-
data
final List<BookTransferResponse> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BookTransferListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<BookTransferListPageAsync>> getNextPage()
-
autoPager
final BookTransferListPageAsync.AutoPager autoPager()
-
of
final static BookTransferListPageAsync of(BookTransferServiceAsync bookTransfersService, BookTransferListParams params, BookTransferListPageAsync.Response response)
-
-
-
-