public class BundleRecipient extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Long |
bundleId
Bundle to share.
|
String |
company
The recipient's company.
|
String |
name
The recipient's name.
|
String |
note
A note sent to the recipient with the bundle.
|
String |
recipient
The recipient's email address.
|
Date |
sentAt
When the Bundle was shared with this recipient.
|
Boolean |
shareAfterCreate
Set to true to share the link with the recipient upon creation.
|
| Constructor and Description |
|---|
BundleRecipient() |
BundleRecipient(HashMap<String,Object> parameters) |
BundleRecipient(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<BundleRecipient> |
all() |
static ListIterator<BundleRecipient> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static BundleRecipient |
create(HashMap<String,Object> parameters)
Parameters:
bundle_id (required) - int64 - Bundle to share.
|
static BundleRecipient |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<BundleRecipient> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<BundleRecipient> |
list(HashMap<String,Object> parameters) |
static ListIterator<BundleRecipient> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic String company
public String name
public String note
public String recipient
public Date sentAt
public Long bundleId
public Boolean shareAfterCreate
public void save()
throws IOException
IOExceptionpublic static ListIterator<BundleRecipient> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRecipient> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRecipient> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRecipient> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<BundleRecipient> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static BundleRecipient create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static BundleRecipient create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.