Package com.openai.models
Class BetaVectorStoreFileListPageAsync
-
- All Implemented Interfaces:
public final class BetaVectorStoreFileListPageAsync
Returns a list of vector store files.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaVectorStoreFileListPageAsync.Response
public final class
BetaVectorStoreFileListPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final BetaVectorStoreFileListPageAsync.Response
response()
final List<VectorStoreFile>
data()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<BetaVectorStoreFileListParams>
getNextPageParams()
final CompletableFuture<Optional<BetaVectorStoreFileListPageAsync>>
getNextPage()
final BetaVectorStoreFileListPageAsync.AutoPager
autoPager()
final static BetaVectorStoreFileListPageAsync
of(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)
-
-
-
-