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