public class HistoryExportResult extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
action
What action was taken.
|
Long |
createdAt
When the action happened
|
String |
createdAtIso8601
When the action happened, in ISO8601 format.
|
String |
destination
File moved to this destination folder
|
String |
failureType
The type of login failure, if applicable.
|
Long |
fileId
File ID related to the action
|
String |
folder
Folder in which the action occurred
|
Long |
id
Action ID
|
String |
interfaceName
Interface through which the action was taken.
|
String |
ip
Client IP that performed the action
|
Long |
parentId
ID of the parent folder
|
String |
path
Path of the related action.
|
String |
src
File move originated from this path
|
Long |
targetExpiresAt
If searching for Histories about API keys, this is when the API key will expire.
|
String |
targetExpiresAtIso8601
If searching for Histories about API keys, this is when the API key will expire.
|
Long |
targetId
ID of the object (such as Users, or API Keys) on which the action was taken
|
String |
targetName
Name of the User, Group or other object with a name related to this action
|
String |
targetPermission
Permission level of the action
|
String |
targetPermissionSet
If searching for Histories about API keys, this represents the permission set of the associated API key
|
String |
targetPlatform
If searching for Histories about API keys, this is the platform on which the action was taken
|
Boolean |
targetRecursive
Whether or not the action was recursive
|
Long |
targetUserId
If searching for Histories about API keys, this is the User ID on which the action was taken
|
String |
targetUsername
If searching for Histories about API keys, this is the username on which the action was taken
|
Long |
userId
User ID
|
Boolean |
userIsFromParentSite
true if this change was performed by a user on a parent site.
|
String |
username
Username of the user that performed the action
|
| Constructor and Description |
|---|
HistoryExportResult() |
HistoryExportResult(HashMap<String,Object> parameters) |
HistoryExportResult(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<HistoryExportResult> |
all() |
static ListIterator<HistoryExportResult> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<HistoryExportResult> |
list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<HistoryExportResult> |
list(HashMap<String,Object> parameters) |
static ListIterator<HistoryExportResult> |
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 String createdAtIso8601
public Long userId
public Long fileId
public Long parentId
public String path
public String folder
public String src
public String destination
public String ip
public String username
public Boolean userIsFromParentSite
public String action
public String failureType
public String interfaceName
public Long targetId
public String targetName
public String targetPermission
public Boolean targetRecursive
public Long targetExpiresAt
public String targetExpiresAtIso8601
public String targetPermissionSet
public String targetPlatform
public String targetUsername
public Long targetUserId
public static ListIterator<HistoryExportResult> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<HistoryExportResult> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<HistoryExportResult> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<HistoryExportResult> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<HistoryExportResult> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.