| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static MessageComment |
MessageComment.create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static MessageComment |
MessageComment.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static MessageComment |
MessageComment.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static MessageComment |
MessageComment.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Message Comment ID.
|
static MessageComment |
MessageComment.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static MessageComment |
MessageComment.get() |
static MessageComment |
MessageComment.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
MessageComment |
MessageComment.update()
Parameters:
body (required) - string - Comment body.
|
static MessageComment |
MessageComment.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static MessageComment |
MessageComment.update(Long id,
HashMap<String,Object> parameters)
Parameters:
body (required) - string - Comment body.
|
static MessageComment |
MessageComment.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<MessageComment> |
MessageComment.all() |
static ListIterator<MessageComment> |
MessageComment.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<MessageComment> |
MessageComment.list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<MessageComment> |
MessageComment.list(HashMap<String,Object> parameters) |
static ListIterator<MessageComment> |
MessageComment.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.