public class BundleRegistration extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
bundleCode
Bundle URL code
|
Long |
bundleId
Id of associated bundle
|
Long |
bundleRecipientId
Id of associated bundle recipient
|
String |
clickwrapBody
Clickwrap text that was shown to the registrant
|
String |
code
Registration cookie code
|
String |
company
Registrant company name
|
Date |
createdAt
Registration creation date/time
|
String |
email
Registrant email address
|
Map<String,String> |
formFieldData
Data for form field set with form field ids as keys and user data as values
|
Long |
formFieldSetId
Id of associated form field set
|
String |
inboxCode
InboxRegistration cookie code, if there is an associated InboxRegistration
|
String |
ip
Registrant IP Address
|
String |
name
Registrant name
|
| Constructor and Description |
|---|
BundleRegistration() |
BundleRegistration(HashMap<String,Object> parameters) |
BundleRegistration(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<BundleRegistration> |
all() |
static ListIterator<BundleRegistration> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<BundleRegistration> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<BundleRegistration> |
list(HashMap<String,Object> parameters) |
static ListIterator<BundleRegistration> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String code
public String name
public String company
public String email
public String ip
public String inboxCode
public String clickwrapBody
public Long formFieldSetId
public Map<String,String> formFieldData
public String bundleCode
public Long bundleId
public Long bundleRecipientId
public Date createdAt
public static ListIterator<BundleRegistration> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRegistration> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRegistration> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRegistration> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRegistration> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.