Class FileListPage
-
- All Implemented Interfaces:
public final class FileListPageReturns a list of vector store files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFileListPage.Responsepublic final classFileListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final FileListPage.Responseresponse()final List<VectorStoreFile>data()final Optional<Boolean>hasMore()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<FileListParams>getNextPageParams()final Optional<FileListPage>getNextPage()final FileListPage.AutoPagerautoPager()final static FileListPageof(FileService filesService, FileListParams params, FileListPage.Response response)-
-
Method Detail
-
response
final FileListPage.Response response()
-
data
final List<VectorStoreFile> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileListParams> getNextPageParams()
-
getNextPage
final Optional<FileListPage> getNextPage()
-
autoPager
final FileListPage.AutoPager autoPager()
-
of
final static FileListPage of(FileService filesService, FileListParams params, FileListPage.Response response)
-
-
-
-