public class Folder extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
crc32
File CRC32 checksum.
|
Date |
createdAt
File created date/time
|
Long |
createdByApiKeyId
ID of the API key that created the file/folder
|
Long |
createdByAs2IncomingMessageId
ID of the AS2 Incoming Message that created the file/folder
|
Long |
createdByAutomationId
ID of the Automation that created the file/folder
|
Long |
createdByBundleRegistrationId
ID of the Bundle Registration that created the file/folder
|
Long |
createdById
User ID of the User who created the file/folder
|
Long |
createdByInboxId
ID of the Inbox that created the file/folder
|
Long |
createdByRemoteServerId
ID of the Remote Server that created the file/folder
|
Long |
createdByRemoteServerSyncId
ID of the Remote Server Sync that created the file/folder
|
Map<String,String> |
customMetadata
Custom metadata map of keys and values.
|
String |
displayName
File/Folder display name
|
String |
downloadUri
Link to download file.
|
Boolean |
isLocked
Is this folder locked and unable to be modified?
|
Long |
lastModifiedByApiKeyId
ID of the API key that last modified the file/folder
|
Long |
lastModifiedByAutomationId
ID of the Automation that last modified the file/folder
|
Long |
lastModifiedByBundleRegistrationId
ID of the Bundle Registration that last modified the file/folder
|
Long |
lastModifiedById
User ID of the User who last modified the file/folder
|
Long |
lastModifiedByRemoteServerId
ID of the Remote Server that last modified the file/folder
|
Long |
lastModifiedByRemoteServerSyncId
ID of the Remote Server Sync that last modified the file/folder
|
String |
md5
File MD5 checksum.
|
String |
mimeType
MIME Type.
|
Boolean |
mkdirParents
Create parent directories if they do not exist?
|
Date |
mtime
File last modified date/time, according to the server.
|
String |
path
File/Folder path.
|
String |
permissions
A short string representing the current user's permissions.
|
Preview |
preview
File preview
|
Long |
previewId
File preview ID
|
String |
priorityColor
Bookmark/priority color of file/folder
|
Date |
providedMtime
File last modified date/time, according to the client who set it.
|
String |
region
Region location
|
Long |
size
File/Folder size
|
Boolean |
subfoldersLocked
Are subfolders locked and unable to be modified?
|
String |
type
Type: `directory` or `file`.
|
| Constructor and Description |
|---|
Folder() |
Folder(HashMap<String,Object> parameters) |
Folder(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static Folder |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Folder |
create(String path,
HashMap<String,Object> parameters)
Parameters:
path (required) - string - Path to operate on.
|
static Folder |
create(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<File> |
listFor()
Parameters:
cursor - string - Send cursor to resume an existing list from the point at which you left off.
|
static ListIterator<File> |
listFor(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<File> |
listFor(String path,
HashMap<String,Object> parameters) |
static ListIterator<File> |
listFor(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String path
public Long createdById
public Long createdByApiKeyId
public Long createdByAs2IncomingMessageId
public Long createdByAutomationId
public Long createdByBundleRegistrationId
public Long createdByInboxId
public Long createdByRemoteServerId
public Long createdByRemoteServerSyncId
public Map<String,String> customMetadata
public String displayName
public String type
public Long size
public Date createdAt
public Long lastModifiedById
public Long lastModifiedByApiKeyId
public Long lastModifiedByAutomationId
public Long lastModifiedByBundleRegistrationId
public Long lastModifiedByRemoteServerId
public Long lastModifiedByRemoteServerSyncId
public Date mtime
public Date providedMtime
public String crc32
public String md5
public String mimeType
public String region
public String permissions
public Boolean subfoldersLocked
public Boolean isLocked
public String downloadUri
public String priorityColor
public Long previewId
public Preview preview
public Boolean mkdirParents
public void save()
throws IOException
IOExceptionpublic static ListIterator<File> listFor() throws RuntimeException
RuntimeExceptionpublic static ListIterator<File> listFor(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<File> listFor(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<File> listFor(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Folder create(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Folder create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Folder create(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.