public class MessageReaction extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
emoji
Emoji used in the reaction.
|
Long |
id
Reaction ID
|
Long |
userId
User ID.
|
| Constructor and Description |
|---|
MessageReaction() |
MessageReaction(HashMap<String,Object> parameters) |
MessageReaction(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String emoji
public Long userId
public void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<MessageReaction> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageReaction> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageReaction> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageReaction> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageReaction> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageReaction find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static MessageReaction find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageReaction find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageReaction get() throws RuntimeException
RuntimeExceptionpublic static MessageReaction get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageReaction create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static MessageReaction create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.