Package com.increase.api.models
Class AccountTransferListPage
-
- All Implemented Interfaces:
public final class AccountTransferListPageList Account Transfers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAccountTransferListPage.Responsepublic final classAccountTransferListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final AccountTransferListPage.Responseresponse()final List<AccountTransfer>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<AccountTransferListParams>getNextPageParams()final Optional<AccountTransferListPage>getNextPage()final AccountTransferListPage.AutoPagerautoPager()final static AccountTransferListPageof(AccountTransferService accountTransfersService, AccountTransferListParams params, AccountTransferListPage.Response response)-
-
Method Detail
-
response
final AccountTransferListPage.Response response()
-
data
final List<AccountTransfer> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<AccountTransferListParams> getNextPageParams()
-
getNextPage
final Optional<AccountTransferListPage> getNextPage()
-
autoPager
final AccountTransferListPage.AutoPager autoPager()
-
of
final static AccountTransferListPage of(AccountTransferService accountTransfersService, AccountTransferListParams params, AccountTransferListPage.Response response)
-
-
-
-