public class MessageComment extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
body
Comment body.
|
Long |
id
Message Comment ID
|
Object[] |
reactions
Reactions to this comment.
|
Long |
userId
User ID.
|
| Constructor and Description |
|---|
MessageComment() |
MessageComment(HashMap<String,Object> parameters) |
MessageComment(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String body
public Object[] reactions
public Long userId
public MessageComment update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<MessageComment> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageComment> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageComment> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageComment> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<MessageComment> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageComment find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static MessageComment find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageComment find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageComment get() throws RuntimeException
RuntimeExceptionpublic static MessageComment get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageComment create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static MessageComment create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageComment update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static MessageComment update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static MessageComment update(Long id, 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.