Package app.knock.api.models.objects
Class ObjectListSubscriptionsPageAsync.AutoPager
-
- All Implemented Interfaces:
public final class ObjectListSubscriptionsPageAsync.AutoPager
-
-
Constructor Summary
Constructors Constructor Description ObjectListSubscriptionsPageAsync.AutoPager(ObjectListSubscriptionsPageAsync firstPage)
-
Method Summary
Modifier and Type Method Description final CompletableFuture<Void>forEach(Predicate<Subscription> action, Executor executor)final CompletableFuture<List<Subscription>>toList(Executor executor)-
-
Constructor Detail
-
ObjectListSubscriptionsPageAsync.AutoPager
ObjectListSubscriptionsPageAsync.AutoPager(ObjectListSubscriptionsPageAsync firstPage)
-
-
Method Detail
-
forEach
final CompletableFuture<Void> forEach(Predicate<Subscription> action, Executor executor)
-
toList
final CompletableFuture<List<Subscription>> toList(Executor executor)
-
-
-
-