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