| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static Notification |
Notification.create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - The id of the user to notify.
|
static Notification |
Notification.create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Notification |
Notification.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Notification |
Notification.find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Notification ID.
|
static Notification |
Notification.find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Notification |
Notification.get() |
static Notification |
Notification.get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Notification |
Notification.update()
Parameters:
notify_on_copy - boolean - If `true`, copying or moving resources into this path will trigger a notification, in addition to just uploads.
|
static Notification |
Notification.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Notification |
Notification.update(Long id,
HashMap<String,Object> parameters)
Parameters:
notify_on_copy - boolean - If `true`, copying or moving resources into this path will trigger a notification, in addition to just uploads.
|
static Notification |
Notification.update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Notification> |
Notification.all() |
static ListIterator<Notification> |
Notification.all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Notification> |
Notification.list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Notification> |
Notification.list(HashMap<String,Object> parameters) |
static ListIterator<Notification> |
Notification.list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.