Package com.increase.api.models
Class InboundRealTimePaymentsTransferListPageAsync
-
- All Implemented Interfaces:
public final class InboundRealTimePaymentsTransferListPageAsyncList Inbound Real-Time Payments Transfers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundRealTimePaymentsTransferListPageAsync.Responsepublic final classInboundRealTimePaymentsTransferListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final InboundRealTimePaymentsTransferListPageAsync.Responseresponse()final List<InboundRealTimePaymentsTransfer>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<InboundRealTimePaymentsTransferListParams>getNextPageParams()final CompletableFuture<Optional<InboundRealTimePaymentsTransferListPageAsync>>getNextPage()final InboundRealTimePaymentsTransferListPageAsync.AutoPagerautoPager()final static InboundRealTimePaymentsTransferListPageAsyncof(InboundRealTimePaymentsTransferServiceAsync inboundRealTimePaymentsTransfersService, InboundRealTimePaymentsTransferListParams params, InboundRealTimePaymentsTransferListPageAsync.Response response)-
-
Method Detail
-
response
final InboundRealTimePaymentsTransferListPageAsync.Response response()
-
data
final List<InboundRealTimePaymentsTransfer> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InboundRealTimePaymentsTransferListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<InboundRealTimePaymentsTransferListPageAsync>> getNextPage()
-
autoPager
final InboundRealTimePaymentsTransferListPageAsync.AutoPager autoPager()
-
of
final static InboundRealTimePaymentsTransferListPageAsync of(InboundRealTimePaymentsTransferServiceAsync inboundRealTimePaymentsTransfersService, InboundRealTimePaymentsTransferListParams params, InboundRealTimePaymentsTransferListPageAsync.Response response)
-
-
-
-