public class FileCommentReaction extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
emoji
Emoji used in the reaction.
|
Long |
fileCommentId
ID of file comment to attach reaction to.
|
Long |
id
Reaction ID
|
Long |
userId
User ID.
|
| Constructor and Description |
|---|
FileCommentReaction() |
FileCommentReaction(HashMap<String,Object> parameters) |
FileCommentReaction(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static FileCommentReaction |
create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static FileCommentReaction |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(Long id,
HashMap<String,Object> parameters) |
static void |
delete(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String emoji
public Long userId
public Long fileCommentId
public void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static FileCommentReaction create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static FileCommentReaction 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.