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