Class ExternalAccountListPageAsync
-
- All Implemented Interfaces:
public final class ExternalAccountListPageAsyncList External Accounts
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExternalAccountListPageAsync.Responsepublic final classExternalAccountListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final ExternalAccountListPageAsync.Responseresponse()final List<ExternalAccount>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ExternalAccountListParams>getNextPageParams()final CompletableFuture<Optional<ExternalAccountListPageAsync>>getNextPage()final ExternalAccountListPageAsync.AutoPagerautoPager()final static ExternalAccountListPageAsyncof(ExternalAccountServiceAsync externalAccountsService, ExternalAccountListParams params, ExternalAccountListPageAsync.Response response)-
-
Method Detail
-
response
final ExternalAccountListPageAsync.Response response()
-
data
final List<ExternalAccount> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ExternalAccountListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<ExternalAccountListPageAsync>> getNextPage()
-
autoPager
final ExternalAccountListPageAsync.AutoPager autoPager()
-
of
final static ExternalAccountListPageAsync of(ExternalAccountServiceAsync externalAccountsService, ExternalAccountListParams params, ExternalAccountListPageAsync.Response response)
-
-
-
-