Class FileListPageAsync
-
- All Implemented Interfaces:
public final class FileListPageAsyncReturns a list of vector store 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<VectorStoreFile>data()final Optional<Boolean>hasMore()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()
-
data
final List<VectorStoreFile> data()
-
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)
-
-
-
-