public class ShareGroup extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
id
Share Group ID
|
Object[] |
members
A list of share group members
|
String |
name
Name of the share group
|
String |
notes
Additional notes of the share group
|
Long |
userId
Owner User ID
|
| Constructor and Description |
|---|
ShareGroup() |
ShareGroup(HashMap<String,Object> parameters) |
ShareGroup(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<ShareGroup> |
all() |
static ListIterator<ShareGroup> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ShareGroup |
create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static ShareGroup |
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) |
static ShareGroup |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ShareGroup |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Share Group ID.
|
static ShareGroup |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ShareGroup |
get() |
static ShareGroup |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<ShareGroup> |
list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<ShareGroup> |
list(HashMap<String,Object> parameters) |
static ListIterator<ShareGroup> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
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 |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static 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 |
update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String name
public String notes
public Long userId
public Object[] members
public ShareGroup update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<ShareGroup> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ShareGroup> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ShareGroup> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ShareGroup> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ShareGroup> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ShareGroup find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ShareGroup find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ShareGroup find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ShareGroup get() throws RuntimeException
RuntimeExceptionpublic static ShareGroup get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ShareGroup create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ShareGroup create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ShareGroup update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ShareGroup update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ShareGroup update(Long id, 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.