public class ActionNotificationExportResult extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
createdAt
When the notification was sent.
|
String |
folder
The folder associated with the triggering action for this notification.
|
Long |
id
Notification ID
|
String |
message
A message indicating the overall status of the webhook notification.
|
String |
path
The path to the actual file that triggered this notification.
|
String |
requestHeaders
A JSON-encoded string with headers that were sent with the webhook.
|
String |
requestMethod
The HTTP verb used to perform the webhook.
|
String |
requestUrl
The webhook request URL.
|
Long |
status
HTTP status code returned in the webhook response.
|
Boolean |
success
`true` if the webhook succeeded by receiving a 200 or 204 response.
|
| Constructor and Description |
|---|
ActionNotificationExportResult() |
ActionNotificationExportResult(HashMap<String,Object> parameters) |
ActionNotificationExportResult(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<ActionNotificationExportResult> |
all() |
static ListIterator<ActionNotificationExportResult> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<ActionNotificationExportResult> |
list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<ActionNotificationExportResult> |
list(HashMap<String,Object> parameters) |
static ListIterator<ActionNotificationExportResult> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public Long createdAt
public Long status
public String message
public Boolean success
public String requestHeaders
public String requestMethod
public String requestUrl
public String path
public String folder
public ActionNotificationExportResult()
public ActionNotificationExportResult(HashMap<String,Object> parameters)
public static ListIterator<ActionNotificationExportResult> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ActionNotificationExportResult> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ActionNotificationExportResult> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ActionNotificationExportResult> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ActionNotificationExportResult> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.