Package com.openai.models
Class BetaVectorStoreFileListPage
-
- All Implemented Interfaces:
public final class BetaVectorStoreFileListPageReturns a list of vector store files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaVectorStoreFileListPage.Responsepublic final classBetaVectorStoreFileListPage.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaVectorStoreFileListPage.Responseresponse()final List<VectorStoreFile>data()Booleanequals(Object other)IntegerhashCode()StringtoString()final BooleanhasNextPage()final Optional<BetaVectorStoreFileListParams>getNextPageParams()final Optional<BetaVectorStoreFileListPage>getNextPage()final BetaVectorStoreFileListPage.AutoPagerautoPager()final static BetaVectorStoreFileListPageof(FileService filesService, BetaVectorStoreFileListParams params, BetaVectorStoreFileListPage.Response response)-
-
Method Detail
-
response
final BetaVectorStoreFileListPage.Response response()
-
data
final List<VectorStoreFile> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<BetaVectorStoreFileListParams> getNextPageParams()
-
getNextPage
final Optional<BetaVectorStoreFileListPage> getNextPage()
-
autoPager
final BetaVectorStoreFileListPage.AutoPager autoPager()
-
of
final static BetaVectorStoreFileListPage of(FileService filesService, BetaVectorStoreFileListParams params, BetaVectorStoreFileListPage.Response response)
-
-
-
-