Package com.increase.api.models.files
Class FileListPageAsync
-
- All Implemented Interfaces:
public final class FileListPageAsyncList Files
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileListPageAsync.Responsepublic final classFileListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FileListPageAsync.Responseresponse()final List<File>data()final Optional<String>nextCursor()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FileListParams>getNextPageParams()final CompletableFuture<Optional<FileListPageAsync>>getNextPage()final FileListPageAsync.AutoPagerautoPager()final static FileListPageAsyncof(FileServiceAsync filesService, FileListParams params, FileListPageAsync.Response response)-
-
Method Detail
-
response
final FileListPageAsync.Response response()
-
nextCursor
final Optional<String> nextCursor()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileListParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FileListPageAsync>> getNextPage()
-
autoPager
final FileListPageAsync.AutoPager autoPager()
-
of
final static FileListPageAsync of(FileServiceAsync filesService, FileListParams params, FileListPageAsync.Response response)
-
-
-
-