Class FileBatchListFilesPageAsync
-
- All Implemented Interfaces:
public final class FileBatchListFilesPageAsync
Returns a list of vector store files in a batch.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
FileBatchListFilesPageAsync.Response
public final class
FileBatchListFilesPageAsync.AutoPager
-
Method Summary
Modifier and Type Method Description final FileBatchListFilesPageAsync.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 CompletableFuture<Optional<FileBatchListFilesPageAsync>>
getNextPage()
final FileBatchListFilesPageAsync.AutoPager
autoPager()
final static FileBatchListFilesPageAsync
of(FileBatchServiceAsync fileBatchesService, FileBatchListFilesParams params, FileBatchListFilesPageAsync.Response response)
-
-
Method Detail
-
response
final FileBatchListFilesPageAsync.Response response()
-
data
final List<VectorStoreFile> data()
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<FileBatchListFilesParams> getNextPageParams()
-
getNextPage
final CompletableFuture<Optional<FileBatchListFilesPageAsync>> getNextPage()
-
autoPager
final FileBatchListFilesPageAsync.AutoPager autoPager()
-
of
final static FileBatchListFilesPageAsync of(FileBatchServiceAsync fileBatchesService, FileBatchListFilesParams params, FileBatchListFilesPageAsync.Response response)
-
-
-
-