Package com.increase.api.models
Class InboundAchTransferListPageAsync
-
- All Implemented Interfaces:
public final class InboundAchTransferListPageAsyncList Inbound ACH Transfers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundAchTransferListPageAsync.Responsepublic final classInboundAchTransferListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final InboundAchTransferListPageAsync.Responseresponse()final List<InboundAchTransfer>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<InboundAchTransferListParams>getNextPageParams()final CompletableFuture<Optional<InboundAchTransferListPageAsync>>getNextPage()final InboundAchTransferListPageAsync.AutoPagerautoPager()final static InboundAchTransferListPageAsyncof(InboundAchTransferServiceAsync inboundAchTransfersService, InboundAchTransferListParams params, InboundAchTransferListPageAsync.Response response)-
-
Method Detail
-
response
final InboundAchTransferListPageAsync.Response response()
-
data
final List<InboundAchTransfer> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InboundAchTransferListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<InboundAchTransferListPageAsync>> getNextPage()
-
autoPager
final InboundAchTransferListPageAsync.AutoPager autoPager()
-
of
final static InboundAchTransferListPageAsync of(InboundAchTransferServiceAsync inboundAchTransfersService, InboundAchTransferListParams params, InboundAchTransferListPageAsync.Response response)
-
-
-
-