Class InboundCheckDepositListPageAsync
-
- All Implemented Interfaces:
public final class InboundCheckDepositListPageAsyncList Inbound Check Deposits
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundCheckDepositListPageAsync.Responsepublic final classInboundCheckDepositListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final InboundCheckDepositListPageAsync.Responseresponse()final List<InboundCheckDeposit>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<InboundCheckDepositListParams>getNextPageParams()final CompletableFuture<Optional<InboundCheckDepositListPageAsync>>getNextPage()final InboundCheckDepositListPageAsync.AutoPagerautoPager()final static InboundCheckDepositListPageAsyncof(InboundCheckDepositServiceAsync inboundCheckDepositsService, InboundCheckDepositListParams params, InboundCheckDepositListPageAsync.Response response)-
-
Method Detail
-
response
final InboundCheckDepositListPageAsync.Response response()
-
data
final List<InboundCheckDeposit> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InboundCheckDepositListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<InboundCheckDepositListPageAsync>> getNextPage()
-
autoPager
final InboundCheckDepositListPageAsync.AutoPager autoPager()
-
of
final static InboundCheckDepositListPageAsync of(InboundCheckDepositServiceAsync inboundCheckDepositsService, InboundCheckDepositListParams params, InboundCheckDepositListPageAsync.Response response)
-
-
-
-