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