Class AccountNumberListPageAsync
-
- All Implemented Interfaces:
public final class AccountNumberListPageAsyncList Account Numbers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountNumberListPageAsync.Responsepublic final classAccountNumberListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final AccountNumberListPageAsync.Responseresponse()final List<AccountNumber>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AccountNumberListParams>getNextPageParams()final CompletableFuture<Optional<AccountNumberListPageAsync>>getNextPage()final AccountNumberListPageAsync.AutoPagerautoPager()final static AccountNumberListPageAsyncof(AccountNumberServiceAsync accountNumbersService, AccountNumberListParams params, AccountNumberListPageAsync.Response response)-
-
Method Detail
-
response
final AccountNumberListPageAsync.Response response()
-
data
final List<AccountNumber> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AccountNumberListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<AccountNumberListPageAsync>> getNextPage()
-
autoPager
final AccountNumberListPageAsync.AutoPager autoPager()
-
of
final static AccountNumberListPageAsync of(AccountNumberServiceAsync accountNumbersService, AccountNumberListParams params, AccountNumberListPageAsync.Response response)
-
-
-
-