| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static BundleNotification |
BundleNotification.create(HashMap<String,Object> parameters)
Parameters:
bundle_id (required) - int64 - Bundle ID to notify on
user_id - int64 - The id of the user to notify.
|
static BundleNotification |
BundleNotification.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static BundleNotification |
BundleNotification.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static BundleNotification |
BundleNotification.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Bundle Notification ID.
|
static BundleNotification |
BundleNotification.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static BundleNotification |
BundleNotification.get() |
static BundleNotification |
BundleNotification.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
BundleNotification |
BundleNotification.update()
Parameters:
notify_on_registration - boolean - Triggers bundle notification when a registration action occurs for it.
|
static BundleNotification |
BundleNotification.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static BundleNotification |
BundleNotification.update(Long id,
HashMap<String,Object> parameters)
Parameters:
notify_on_registration - boolean - Triggers bundle notification when a registration action occurs for it.
|
static BundleNotification |
BundleNotification.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<BundleNotification> |
BundleNotification.all() |
static ListIterator<BundleNotification> |
BundleNotification.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<BundleNotification> |
BundleNotification.list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<BundleNotification> |
BundleNotification.list(HashMap<String,Object> parameters) |
static ListIterator<BundleNotification> |
BundleNotification.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.