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