RestAction that allow
to access paginated discord endpoints like Route.Messages.GET_REACTION_USERS
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| Class | Description |
|---|---|
| AuditLogPaginationAction |
PaginationAction
that paginates the endpoint Route.Guilds.GET_AUDIT_LOGS. |
| MessagePaginationAction |
PaginationAction
that paginates the endpoints Route.Messages.GET_MESSAGE_HISTORY. |
| PaginationAction<T,M extends PaginationAction<T,M>> |
RestAction specification used
to retrieve entities for paginated endpoints (before, after, limit). |
| ReactionPaginationAction |
PaginationAction
that paginates the endpoint Route.Messages.GET_REACTION_USERS. |