Class CheckDepositListPageAsync
-
- All Implemented Interfaces:
public final class CheckDepositListPageAsyncList Check Deposits
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckDepositListPageAsync.Responsepublic final classCheckDepositListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final CheckDepositListPageAsync.Responseresponse()final List<CheckDeposit>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<CheckDepositListParams>getNextPageParams()final CompletableFuture<Optional<CheckDepositListPageAsync>>getNextPage()final CheckDepositListPageAsync.AutoPagerautoPager()final static CheckDepositListPageAsyncof(CheckDepositServiceAsync checkDepositsService, CheckDepositListParams params, CheckDepositListPageAsync.Response response)-
-
Method Detail
-
response
final CheckDepositListPageAsync.Response response()
-
data
final List<CheckDeposit> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<CheckDepositListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<CheckDepositListPageAsync>> getNextPage()
-
autoPager
final CheckDepositListPageAsync.AutoPager autoPager()
-
of
final static CheckDepositListPageAsync of(CheckDepositServiceAsync checkDepositsService, CheckDepositListParams params, CheckDepositListPageAsync.Response response)
-
-
-
-