discord4j-rest module components.See: Description
| Class | Description |
|---|---|
| AllowedMentions |
A class for holding the allowed_mentions object with an built-in factory for default values.
|
| AllowedMentions.Builder | |
| Color | |
| Image |
Represents a Discord image.
|
| Multimap<K,V> |
A simple multi-valued map that wraps a
LinkedHashMap with LinkedList to store multiple values. |
| MultipartRequest | |
| PaginationUtil | |
| PermissionSet |
An immutable, specialized
Set<Permission>. |
| RouteUtils |
| Enum | Description |
|---|---|
| AllowedMentions.Type | |
| Image.Format |
The format of an image.
|
| Permission |
Permissions are a way to limit and grant certain abilities to users.
|
discord4j-rest module components.