Package net.dv8tion.jda.api.requests.restaction.pagination
Extensions of
The
RestAction
that allow
to access paginated discord endpoints like the message history of a MessageChannel
.
The
PaginationAction
is designed to work
as an Iterable
of the specified endpoint. Each implementation specifies the endpoints it will
use in the class-level javadoc.- Since:
- 3.1
-
Interface Summary Interface Description AuditLogPaginationAction PaginationAction
that paginates the audit logs endpoint.MessagePaginationAction PaginationAction
that paginates the message history endpoint.PaginationAction<T,M extends PaginationAction<T,M>> RestAction
specification used to retrieve entities for paginated endpoints (before, after, limit).ReactionPaginationAction PaginationAction
that paginates the reaction users endpoint. -
Class Summary Class Description PaginationAction.PaginationIterator<E> Iterator implementation for aPaginationAction
.