Package net.dv8tion.jda.api.requests.restaction.pagination
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
-
ClassDescription
PaginationActionthat paginates the audit logs endpoint.PaginationActionthat paginates the guild bans endpoint.PaginationActionthat paginates the application entitlements endpoint.PaginationActionthat paginates the message history endpoint.RestActionspecification used to retrieve entities for paginated endpoints (before, after, limit).Iterator implementation for aPaginationAction.Defines the pagination order for a pagination endpoint.PaginationActionthat paginates the pinned messages in aMessageChannel.A pinned message instance.PaginationActionthat paginates the votes for a poll answer.PaginationActionthat paginates the reaction users endpoint.PaginationActionthat paginates the scheduled event users endpoint.PaginationActionthat paginates the thread members endpoint.PaginationActionthat paginates the thread members endpoint.