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