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