public class BundleNotification extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
bundleId
Bundle ID to notify on
|
Long |
id
Bundle Notification ID
|
Boolean |
notifyOnRegistration
Triggers bundle notification when a registration action occurs for it.
|
Boolean |
notifyOnUpload
Triggers bundle notification when a upload action occurs for it.
|
Long |
userId
The id of the user to notify.
|
| Constructor and Description |
|---|
BundleNotification() |
BundleNotification(HashMap<String,Object> parameters) |
BundleNotification(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<BundleNotification> |
all() |
static ListIterator<BundleNotification> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static 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 |
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 BundleNotification |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static BundleNotification |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Bundle Notification ID.
|
static BundleNotification |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static BundleNotification |
get() |
static BundleNotification |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<BundleNotification> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<BundleNotification> |
list(HashMap<String,Object> parameters) |
static ListIterator<BundleNotification> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
BundleNotification |
update()
Parameters:
notify_on_registration - boolean - Triggers bundle notification when a registration action occurs for it.
|
static BundleNotification |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static 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 |
update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long bundleId
public Long id
public Boolean notifyOnRegistration
public Boolean notifyOnUpload
public Long userId
public BundleNotification 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<BundleNotification> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleNotification> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleNotification> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleNotification> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleNotification> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static BundleNotification find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static BundleNotification find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static BundleNotification find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static BundleNotification get() throws RuntimeException
RuntimeExceptionpublic static BundleNotification get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static BundleNotification create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static BundleNotification create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static BundleNotification update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static BundleNotification update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static BundleNotification 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.