public class InboxRegistration extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
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
|
Long |
inboxId
Id of associated inbox
|
Long |
inboxRecipientId
Id of associated inbox recipient
|
String |
inboxTitle
Title of associated inbox
|
String |
ip
Registrant IP Address
|
String |
name
Registrant name
|
| Constructor and Description |
|---|
InboxRegistration() |
InboxRegistration(HashMap<String,Object> parameters) |
InboxRegistration(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<InboxRegistration> |
all() |
static ListIterator<InboxRegistration> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<InboxRegistration> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<InboxRegistration> |
list(HashMap<String,Object> parameters) |
static ListIterator<InboxRegistration> |
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 clickwrapBody
public Long formFieldSetId
public Map<String,String> formFieldData
public Long inboxId
public Long inboxRecipientId
public String inboxTitle
public Date createdAt
public static ListIterator<InboxRegistration> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRegistration> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRegistration> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRegistration> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRegistration> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.