Package com.lithic.api.models
Class AccountListPage
-
- All Implemented Interfaces:
public final class AccountListPageList account configurations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountListPage.Responsepublic final classAccountListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final AccountListPage.Responseresponse()final List<Account>data()final BooleanhasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AccountListParams>getNextPageParams()final Optional<AccountListPage>getNextPage()final AccountListPage.AutoPagerautoPager()final static AccountListPageof(AccountService accountsService, AccountListParams params, AccountListPage.Response response)-
-
Method Detail
-
response
final AccountListPage.Response response()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AccountListParams> getNextPageParams()
-
getNextPage
final Optional<AccountListPage> getNextPage()
-
autoPager
final AccountListPage.AutoPager autoPager()
-
of
final static AccountListPage of(AccountService accountsService, AccountListParams params, AccountListPage.Response response)
-
-
-
-