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