Package com.openai.models
Class BetaVectorStoreFileListPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class BetaVectorStoreFileListPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description BetaVectorStoreFileListPageAsync.AutoPager(BetaVectorStoreFileListPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>
forEach(Predicate<VectorStoreFile> action, Executor executor)
final CompletableFuture<List<VectorStoreFile>>
toList(Executor executor)
-
-
Constructor Detail
-
BetaVectorStoreFileListPageAsync.AutoPager
BetaVectorStoreFileListPageAsync.AutoPager(BetaVectorStoreFileListPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<VectorStoreFile> action, Executor executor)
-
toList
final CompletableFuture<List<VectorStoreFile>> toList(Executor executor)
-
-
-
-