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