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