public class ActionNotificationExport extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Date |
endAt
End date/time of export range.
|
String |
exportVersion
Version of the underlying records for the export.
|
Long |
id
History Export ID
|
String |
queryFolder
Return notifications that were triggered by actions in this folder.
|
String |
queryMessage
Error message associated with the request, if any.
|
String |
queryPath
Return notifications that were triggered by actions on this specific path.
|
String |
queryRequestMethod
The HTTP request method used by the webhook.
|
String |
queryRequestUrl
The target webhook URL.
|
String |
queryStatus
The HTTP status returned from the server in response to the webhook request.
|
Boolean |
querySuccess
true if the webhook request succeeded (i.e. returned a 200 or 204 response status). false otherwise.
|
String |
resultsUrl
If `status` is `ready`, this will be a URL where all the results can be downloaded at once as a CSV.
|
Date |
startAt
Start date/time of export range.
|
String |
status
Status of export.
|
Long |
userId
User ID.
|
| Constructor and Description |
|---|
ActionNotificationExport() |
ActionNotificationExport(HashMap<String,Object> parameters) |
ActionNotificationExport(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ActionNotificationExport |
create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static ActionNotificationExport |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ActionNotificationExport |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ActionNotificationExport |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Action Notification Export ID.
|
static ActionNotificationExport |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ActionNotificationExport |
get() |
static ActionNotificationExport |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String exportVersion
public Date startAt
public Date endAt
public String status
public String queryPath
public String queryFolder
public String queryMessage
public String queryRequestMethod
public String queryRequestUrl
public String queryStatus
public Boolean querySuccess
public String resultsUrl
public Long userId
public void save()
throws IOException
IOExceptionpublic static ActionNotificationExport find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ActionNotificationExport find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ActionNotificationExport find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ActionNotificationExport get() throws RuntimeException
RuntimeExceptionpublic static ActionNotificationExport get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ActionNotificationExport create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ActionNotificationExport create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.