public class Export extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
downloadUri
Link to download Export file.
|
Long |
exportRows
Number of rows exported
|
String |
exportStatus
Status of the Export
|
String |
exportType
Type of data being exported
|
Map<String,String> |
filter
If set, return records where the specified field is equal to the supplied value.
|
Map<String,String> |
filterPrefix
If set, return records where the specified field is prefixed by the supplied value.
|
Long |
id
ID for this Export
|
String |
message
Export message
|
Map<String,String> |
sortBy
If set, sort records by the specified field in either `asc` or `desc` direction.
|
Long |
userId
User ID.
|
| Constructor and Description |
|---|
Export() |
Export(HashMap<String,Object> parameters) |
Export(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Export> |
all() |
static ListIterator<Export> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Export |
create()
Parameters:
user_id - int64 - User ID.
|
static Export |
create(HashMap<String,Object> parameters) |
static Export |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Export |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Export |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Export ID.
|
static Export |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Export |
get() |
static Export |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Export> |
list()
Parameters:
user_id - int64 - User ID.
|
static ListIterator<Export> |
list(HashMap<String,Object> parameters) |
static ListIterator<Export> |
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 exportStatus
public String exportType
public Long exportRows
public String downloadUri
public String message
public Long userId
public Map<String,String> sortBy
public Map<String,String> filter
public void save()
throws IOException
IOExceptionpublic static ListIterator<Export> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Export> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Export> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Export> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Export> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Export find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Export find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Export find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Export get() throws RuntimeException
RuntimeExceptionpublic static Export get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Export create() throws RuntimeException
RuntimeExceptionpublic static Export create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Export create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.