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