| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static Bundle |
Bundle.create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static Bundle |
Bundle.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Bundle |
Bundle.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Bundle |
Bundle.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Bundle ID.
|
static Bundle |
Bundle.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Bundle |
Bundle.get() |
static Bundle |
Bundle.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Bundle |
Bundle.update()
Parameters:
paths - array(string) - A list of paths to include in this bundle.
|
static Bundle |
Bundle.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Bundle |
Bundle.update(Long id,
HashMap<String,Object> parameters)
Parameters:
paths - array(string) - A list of paths to include in this bundle.
|
static Bundle |
Bundle.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Bundle> |
Bundle.all() |
static ListIterator<Bundle> |
Bundle.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Bundle> |
Bundle.list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<Bundle> |
Bundle.list(HashMap<String,Object> parameters) |
static ListIterator<Bundle> |
Bundle.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.