| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static Group |
Group.create(HashMap<String,Object> parameters)
Parameters:
notes - string - Group notes.
|
static Group |
Group.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Group |
Group.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Group |
Group.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Group ID.
|
static Group |
Group.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Group |
Group.get() |
static Group |
Group.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Group |
Group.update()
Parameters:
notes - string - Group notes.
|
static Group |
Group.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Group |
Group.update(Long id,
HashMap<String,Object> parameters)
Parameters:
notes - string - Group notes.
|
static Group |
Group.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Group> |
Group.all() |
static ListIterator<Group> |
Group.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Group> |
Group.list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Group> |
Group.list(HashMap<String,Object> parameters) |
static ListIterator<Group> |
Group.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.