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