Package com.increase.api.models.exports
Class ExportListPage
-
- All Implemented Interfaces:
public final class ExportListPageList Exports
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classExportListPage.Responsepublic final classExportListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final ExportListPage.Responseresponse()final List<Export>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<ExportListParams>getNextPageParams()final Optional<ExportListPage>getNextPage()final ExportListPage.AutoPagerautoPager()final static ExportListPageof(ExportService exportsService, ExportListParams params, ExportListPage.Response response)-
-
Method Detail
-
response
final ExportListPage.Response response()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<ExportListParams> getNextPageParams()
-
getNextPage
final Optional<ExportListPage> getNextPage()
-
autoPager
final ExportListPage.AutoPager autoPager()
-
of
final static ExportListPage of(ExportService exportsService, ExportListParams params, ExportListPage.Response response)
-
-
-
-