| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static ShareGroup |
ShareGroup.create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static ShareGroup |
ShareGroup.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ShareGroup |
ShareGroup.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ShareGroup |
ShareGroup.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Share Group ID.
|
static ShareGroup |
ShareGroup.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ShareGroup |
ShareGroup.get() |
static ShareGroup |
ShareGroup.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
ShareGroup |
ShareGroup.update()
Parameters:
notes - string - Additional notes of the share group
name - string - Name of the share group
members - array(object) - A list of share group members.
|
static ShareGroup |
ShareGroup.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ShareGroup |
ShareGroup.update(Long id,
HashMap<String,Object> parameters)
Parameters:
notes - string - Additional notes of the share group
name - string - Name of the share group
members - array(object) - A list of share group members.
|
static ShareGroup |
ShareGroup.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<ShareGroup> |
ShareGroup.all() |
static ListIterator<ShareGroup> |
ShareGroup.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<ShareGroup> |
ShareGroup.list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<ShareGroup> |
ShareGroup.list(HashMap<String,Object> parameters) |
static ListIterator<ShareGroup> |
ShareGroup.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.