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