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