Class FileBatchListFilesPage
-
- All Implemented Interfaces:
public final class FileBatchListFilesPage
Returns a list of vector store files in a batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileBatchListFilesPage.Response
public final class
FileBatchListFilesPage.AutoPager
-
Method Summary
Modifier and Type Method Description final FileBatchListFilesPage.Response
response()
final List<VectorStoreFile>
data()
final Optional<Boolean>
hasMore()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final Boolean
hasNextPage()
final Optional<FileBatchListFilesParams>
getNextPageParams()
final Optional<FileBatchListFilesPage>
getNextPage()
final FileBatchListFilesPage.AutoPager
autoPager()
final static FileBatchListFilesPage
of(FileBatchService fileBatchesService, FileBatchListFilesParams params, FileBatchListFilesPage.Response response)
-
-
Method Detail
-
response
final FileBatchListFilesPage.Response response()
-
data
final List<VectorStoreFile> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileBatchListFilesParams> getNextPageParams()
-
getNextPage
final Optional<FileBatchListFilesPage> getNextPage()
-
autoPager
final FileBatchListFilesPage.AutoPager autoPager()
-
of
final static FileBatchListFilesPage of(FileBatchService fileBatchesService, FileBatchListFilesParams params, FileBatchListFilesPage.Response response)
-
-
-
-