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