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