Class AccountStatementListPageAsync
-
- All Implemented Interfaces:
public final class AccountStatementListPageAsyncList Account Statements
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountStatementListPageAsync.Responsepublic final classAccountStatementListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final AccountStatementListPageAsync.Responseresponse()final List<AccountStatement>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AccountStatementListParams>getNextPageParams()final CompletableFuture<Optional<AccountStatementListPageAsync>>getNextPage()final AccountStatementListPageAsync.AutoPagerautoPager()final static AccountStatementListPageAsyncof(AccountStatementServiceAsync accountStatementsService, AccountStatementListParams params, AccountStatementListPageAsync.Response response)-
-
Method Detail
-
response
final AccountStatementListPageAsync.Response response()
-
data
final List<AccountStatement> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AccountStatementListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<AccountStatementListPageAsync>> getNextPage()
-
autoPager
final AccountStatementListPageAsync.AutoPager autoPager()
-
of
final static AccountStatementListPageAsync of(AccountStatementServiceAsync accountStatementsService, AccountStatementListParams params, AccountStatementListPageAsync.Response response)
-
-
-
-