Package com.increase.api.models
Class InboundCheckDepositListPage
-
- All Implemented Interfaces:
public final class InboundCheckDepositListPageList Inbound Check Deposits
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundCheckDepositListPage.Responsepublic final classInboundCheckDepositListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final InboundCheckDepositListPage.Responseresponse()final List<InboundCheckDeposit>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<InboundCheckDepositListParams>getNextPageParams()final Optional<InboundCheckDepositListPage>getNextPage()final InboundCheckDepositListPage.AutoPagerautoPager()final static InboundCheckDepositListPageof(InboundCheckDepositService inboundCheckDepositsService, InboundCheckDepositListParams params, InboundCheckDepositListPage.Response response)-
-
Method Detail
-
response
final InboundCheckDepositListPage.Response response()
-
data
final List<InboundCheckDeposit> data()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<InboundCheckDepositListParams> getNextPageParams()
-
getNextPage
final Optional<InboundCheckDepositListPage> getNextPage()
-
autoPager
final InboundCheckDepositListPage.AutoPager autoPager()
-
of
final static InboundCheckDepositListPage of(InboundCheckDepositService inboundCheckDepositsService, InboundCheckDepositListParams params, InboundCheckDepositListPage.Response response)
-
-
-
-