| Package | Description |
|---|---|
| com.files.models |
| Modifier and Type | Method and Description |
|---|---|
static File |
File.completeUpload(String path,
HashMap<String,Object> parameters) |
static File |
File.completeUpload(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
File |
File.download()
Download File
Parameters:
action - string - Can be blank, `redirect` or `stat`.
|
static File |
File.download(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static File |
File.download(String path,
HashMap<String,Object> parameters)
Download File
Parameters:
action - string - Can be blank, `redirect` or `stat`.
|
static File |
File.download(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static File |
File.find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static File |
File.find(String path,
HashMap<String,Object> parameters)
Parameters:
path (required) - string - Path to operate on.
|
static File |
File.find(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static File |
File.get() |
static File |
File.get(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
File |
FileUploadPart.putBufferedInputStream(BufferedInputStream inputStream,
long length,
Date date) |
File |
FileUploadPart.putInputStream(InputStream inputStream,
Date date) |
File |
FileUploadPart.putInputStream(InputStream inputStream,
Date date,
int threadCount) |
File |
FileUploadPart.putLocalFile(String source) |
File |
File.update()
Parameters:
custom_metadata - object - Custom metadata map of keys and values.
|
static File |
File.update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static File |
File.update(String path,
HashMap<String,Object> parameters)
Parameters:
custom_metadata - object - Custom metadata map of keys and values.
|
static File |
File.update(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<File> |
Folder.listFor()
Parameters:
cursor - string - Send cursor to resume an existing list from the point at which you left off.
|
static ListIterator<File> |
Folder.listFor(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<File> |
Folder.listFor(String path,
HashMap<String,Object> parameters) |
static ListIterator<File> |
Folder.listFor(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
Copyright © 2024 com.github.files-com. All rights reserved.