public class SettingsChange extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
apiKeyId
The API key id responsible for this change
|
String[] |
changes
Markdown-formatted change messages.
|
Date |
createdAt
The time this change was made
|
Long |
userId
The user id responsible for this change
|
Boolean |
userIsFilesSupport
true if this change was performed by Files.com support.
|
Boolean |
userIsFromParentSite
true if this change was performed by a user on a parent site.
|
String |
username
The username of the user responsible for this change
|
| Constructor and Description |
|---|
SettingsChange() |
SettingsChange(HashMap<String,Object> parameters) |
SettingsChange(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<SettingsChange> |
all() |
static ListIterator<SettingsChange> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<SettingsChange> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<SettingsChange> |
list(HashMap<String,Object> parameters) |
static ListIterator<SettingsChange> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String[] changes
public Date createdAt
public Long userId
public Long apiKeyId
public Boolean userIsFilesSupport
public Boolean userIsFromParentSite
public String username
public static ListIterator<SettingsChange> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<SettingsChange> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<SettingsChange> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<SettingsChange> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<SettingsChange> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.