Package com.openai.models
Class FileListPage.AutoPager
-
- All Implemented Interfaces:
-
kotlin.collections.Iterable
public final class FileListPage.AutoPager implements Iterable<FileObject>
-
-
Constructor Summary
Constructors Constructor Description FileListPage.AutoPager(FileListPage firstPage)
-
Method Summary
Modifier and Type Method Description Iterator<FileObject>
iterator()
final Stream<FileObject>
stream()
-
-
Constructor Detail
-
FileListPage.AutoPager
FileListPage.AutoPager(FileListPage firstPage)
-
-
Method Detail
-
iterator
Iterator<FileObject> iterator()
-
stream
final Stream<FileObject> stream()
-
-
-
-