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