public class BundleDownload extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
BundleRegistration |
bundleRegistration |
Date |
createdAt
Download date/time
|
String |
downloadMethod
Download method (file or full_zip)
|
String |
path
Download path.
|
| Constructor and Description |
|---|
BundleDownload() |
BundleDownload(HashMap<String,Object> parameters) |
BundleDownload(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<BundleDownload> |
all() |
static ListIterator<BundleDownload> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<BundleDownload> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<BundleDownload> |
list(HashMap<String,Object> parameters) |
static ListIterator<BundleDownload> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic BundleRegistration bundleRegistration
public String downloadMethod
public String path
public Date createdAt
public static ListIterator<BundleDownload> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleDownload> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleDownload> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleDownload> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleDownload> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.