| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static FileComment |
FileComment.create(HashMap<String,Object> parameters)
Parameters:
body (required) - string - Comment body.
|
static FileComment |
FileComment.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
FileComment |
FileComment.update()
Parameters:
body (required) - string - Comment body.
|
static FileComment |
FileComment.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static FileComment |
FileComment.update(Long id,
HashMap<String,Object> parameters)
Parameters:
body (required) - string - Comment body.
|
static FileComment |
FileComment.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<FileComment> |
FileComment.listFor()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<FileComment> |
FileComment.listFor(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<FileComment> |
FileComment.listFor(String path,
HashMap<String,Object> parameters) |
static ListIterator<FileComment> |
FileComment.listFor(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.