Package com.increase.api.models
Class RealTimePaymentsTransferListPageAsync
-
- All Implemented Interfaces:
public final class RealTimePaymentsTransferListPageAsyncList Real-Time Payments Transfers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealTimePaymentsTransferListPageAsync.Responsepublic final classRealTimePaymentsTransferListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final RealTimePaymentsTransferListPageAsync.Responseresponse()final List<RealTimePaymentsTransfer>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<RealTimePaymentsTransferListParams>getNextPageParams()final CompletableFuture<Optional<RealTimePaymentsTransferListPageAsync>>getNextPage()final RealTimePaymentsTransferListPageAsync.AutoPagerautoPager()final static RealTimePaymentsTransferListPageAsyncof(RealTimePaymentsTransferServiceAsync realTimePaymentsTransfersService, RealTimePaymentsTransferListParams params, RealTimePaymentsTransferListPageAsync.Response response)-
-
Method Detail
-
response
final RealTimePaymentsTransferListPageAsync.Response response()
-
data
final List<RealTimePaymentsTransfer> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<RealTimePaymentsTransferListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<RealTimePaymentsTransferListPageAsync>> getNextPage()
-
autoPager
final RealTimePaymentsTransferListPageAsync.AutoPager autoPager()
-
of
final static RealTimePaymentsTransferListPageAsync of(RealTimePaymentsTransferServiceAsync realTimePaymentsTransfersService, RealTimePaymentsTransferListParams params, RealTimePaymentsTransferListPageAsync.Response response)
-
-
-
-