public class Request extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
automationId
ID of automation that created request
|
String |
destination
Destination filename
|
String |
groupIds
A list of group IDs to request the file from.
|
Long |
id
Request ID
|
String |
path
Folder path.
|
String |
source
Source filename, if applicable
|
String |
userDisplayName
User making the request (if applicable)
|
String |
userIds
A list of user IDs to request the file from.
|
| Constructor and Description |
|---|
Request() |
Request(HashMap<String,Object> parameters) |
Request(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Request> |
all() |
static ListIterator<Request> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Request |
create(HashMap<String,Object> parameters)
Parameters:
path (required) - string - Folder path on which to request the file.
|
static Request |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(Long id,
HashMap<String,Object> parameters) |
static void |
delete(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Request |
getFolder()
Parameters:
cursor - string - Used for pagination.
|
static Request |
getFolder(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Request |
getFolder(String path,
HashMap<String,Object> parameters) |
static Request |
getFolder(String path,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Request> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Request> |
list(HashMap<String,Object> parameters) |
static ListIterator<Request> |
list(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 path
public String source
public String destination
public String automationId
public String userDisplayName
public String userIds
public String groupIds
public void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<Request> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Request> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Request> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Request> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Request> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Request getFolder() throws RuntimeException
RuntimeExceptionpublic static Request getFolder(String path, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Request getFolder(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Request getFolder(String path, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Request create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Request create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.