public class HistoryExport extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Date |
endAt
End date/time of export range.
|
String |
historyVersion
Version of the history for the export.
|
Long |
id
History Export ID
|
String |
queryAction
Filter results by this this action type.
|
String |
queryDestination
Return results that are file moves with paths matching this pattern as destination.
|
String |
queryFailureType
If searching for Histories about login failures, this parameter restricts results to failures of this specific type.
|
String |
queryFileId
Return results that are file actions related to the file indicated by this File ID
|
String |
queryFolder
Return results that are file actions related to files or folders inside folder paths matching this pattern.
|
String |
queryInterface
Filter results by this this interface type.
|
String |
queryIp
Filter results by this IP address.
|
String |
queryParentId
Return results that are file actions inside the parent folder specified by this folder ID
|
String |
queryPath
Return results that are file actions related to paths matching this pattern.
|
String |
querySrc
Return results that are file moves originating from paths matching this pattern.
|
String |
queryTargetId
If searching for Histories about specific objects (such as Users, or API Keys), this paremeter restricts results to objects that match this ID.
|
String |
queryTargetName
If searching for Histories about Users, Groups or other objects with names, this parameter restricts results to objects with this name/username.
|
String |
queryTargetPermission
If searching for Histories about Permisisons, this parameter restricts results to permissions of this level.
|
String |
queryTargetPermissionSet
If searching for Histories about API keys, this parameter restricts results to API keys with this permission set.
|
String |
queryTargetPlatform
If searching for Histories about API keys, this parameter restricts results to API keys associated with this platform.
|
String |
queryTargetUserId
If searching for Histories about API keys, this parameter restricts results to API keys created by/for this user ID.
|
String |
queryTargetUsername
If searching for Histories about API keys, this parameter restricts results to API keys created by/for this username.
|
String |
queryUserId
Return results that are actions performed by the user indiciated by this User ID
|
String |
queryUsername
Filter results by this username.
|
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 |
|---|
HistoryExport() |
HistoryExport(HashMap<String,Object> parameters) |
HistoryExport(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static HistoryExport |
create(HashMap<String,Object> parameters)
Parameters:
user_id - int64 - User ID.
|
static HistoryExport |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static HistoryExport |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static HistoryExport |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - History Export ID.
|
static HistoryExport |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static HistoryExport |
get() |
static HistoryExport |
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 historyVersion
public Date startAt
public Date endAt
public String status
public String queryAction
public String queryInterface
public String queryUserId
public String queryFileId
public String queryParentId
public String queryPath
public String queryFolder
public String querySrc
public String queryDestination
public String queryIp
public String queryUsername
public String queryFailureType
public String queryTargetId
public String queryTargetName
public String queryTargetPermission
public String queryTargetUserId
public String queryTargetUsername
public String queryTargetPlatform
public String queryTargetPermissionSet
public String resultsUrl
public Long userId
public void save()
throws IOException
IOExceptionpublic static HistoryExport find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static HistoryExport find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static HistoryExport find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static HistoryExport get() throws RuntimeException
RuntimeExceptionpublic static HistoryExport get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static HistoryExport create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static HistoryExport create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.