Class FileBatchListFilesPageAsync
-
- All Implemented Interfaces:
public final class FileBatchListFilesPageAsyncReturns a list of vector store files in a batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileBatchListFilesPageAsync.Responsepublic final classFileBatchListFilesPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FileBatchListFilesPageAsync.Responseresponse()final List<VectorStoreFile>data()final Optional<Boolean>hasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FileBatchListFilesParams>getNextPageParams()final CompletableFuture<Optional<FileBatchListFilesPageAsync>>getNextPage()final FileBatchListFilesPageAsync.AutoPagerautoPager()final static FileBatchListFilesPageAsyncof(FileBatchServiceAsync fileBatchesService, FileBatchListFilesParams params, FileBatchListFilesPageAsync.Response response)-
-
Method Detail
-
response
final FileBatchListFilesPageAsync.Response response()
-
data
final List<VectorStoreFile> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileBatchListFilesParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FileBatchListFilesPageAsync>> getNextPage()
-
autoPager
final FileBatchListFilesPageAsync.AutoPager autoPager()
-
of
final static FileBatchListFilesPageAsync of(FileBatchServiceAsync fileBatchesService, FileBatchListFilesParams params, FileBatchListFilesPageAsync.Response response)
-
-
-
-