RestAction
that allow
to access paginated discord endpoints like Route.Messages.GET_REACTION_USERS_LIMIT
PaginationAction
is designed to work
as an Iterable
of the specified endpoint.See: Description
Class | Description |
---|---|
AuditLogPaginationAction |
PaginationAction
that paginates the endpoints:
Route.AuditLogs.GET_AUDIT_LOGS
Route.AuditLogs.GET_AUDIT_LOGS_BEFORE
Route.AuditLogs.GET_AUDIT_LOGS_USER
Route.AuditLogs.GET_AUDIT_LOGS_USER_BEFORE
Route.AuditLogs.GET_AUDIT_LOGS_ACTION
Route.AuditLogs.GET_AUDIT_LOGS_ACTION_BEFORE
Route.AuditLogs.GET_AUDIT_LOGS_USER_ACTION
Route.AuditLogs.GET_AUDIT_LOGS_USER_ACTION_BEFORE
|
MessagePaginationAction |
PaginationAction
that paginates the endpoints:
Route.Messages.GET_MESSAGE_HISTORY
Route.Messages.GET_MESSAGE_HISTORY_BEFORE
|
PaginationAction<T,M extends PaginationAction<T,M>> |
RestAction specification used
to retrieve entities for paginated endpoints (before, after, limit). |
ReactionPaginationAction |
PaginationAction
that paginates the endpoints:
Route.Messages.GET_REACTION_USERS_LIMIT
Route.Messages.GET_REACTION_USERS_AFTER
|
RestAction
that allow
to access paginated discord endpoints like Route.Messages.GET_REACTION_USERS_LIMIT
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