public class MessageCommentReaction 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 |
|---|
MessageCommentReaction() |
MessageCommentReaction(HashMap<String,Object> parameters) |
MessageCommentReaction(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<MessageCommentReaction> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageCommentReaction> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageCommentReaction> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageCommentReaction> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageCommentReaction> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageCommentReaction find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static MessageCommentReaction find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageCommentReaction find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageCommentReaction get() throws RuntimeException
RuntimeExceptionpublic static MessageCommentReaction get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageCommentReaction create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static MessageCommentReaction 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.