RestAction extensions
specifically designed to change the order of discord entities.
Abstract base implementation can be found at OrderAction
| Class | Description |
|---|---|
| CategoryOrderAction<T extends Channel> |
An extension of
ChannelOrderAction with
similar functionality, but constrained to the bounds of a single Category. |
| ChannelOrderAction<T extends Channel> | |
| OrderAction<T,M extends OrderAction<T,M>> |
Extension of
RestAction - Type: Void
that allows to modify the order of entities provided as an ArrayList. |
| RoleOrderAction |