public class BundleAction extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
action
Type of action
|
BundleRegistration |
bundleRegistration
Object that contains bundle registration information
|
Date |
createdAt
Action occurrence date/time
|
String |
destination
The destination path for this bundle action, if applicable
|
String |
path
Path.
|
String |
source
The source path for this bundle action, if applicable
|
| Constructor and Description |
|---|
BundleAction() |
BundleAction(HashMap<String,Object> parameters) |
BundleAction(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<BundleAction> |
all() |
static ListIterator<BundleAction> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<BundleAction> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<BundleAction> |
list(HashMap<String,Object> parameters) |
static ListIterator<BundleAction> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String action
public BundleRegistration bundleRegistration
public Date createdAt
public String destination
public String path
public String source
public static ListIterator<BundleAction> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleAction> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleAction> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleAction> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleAction> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.