public class InboxRecipient extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
company
The recipient's company.
|
Long |
inboxId
Inbox to share.
|
String |
name
The recipient's name.
|
String |
note
A note sent to the recipient with the inbox.
|
String |
recipient
The recipient's email address.
|
Date |
sentAt
When the Inbox was shared with this recipient.
|
Boolean |
shareAfterCreate
Set to true to share the link with the recipient upon creation.
|
| Constructor and Description |
|---|
InboxRecipient() |
InboxRecipient(HashMap<String,Object> parameters) |
InboxRecipient(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<InboxRecipient> |
all() |
static ListIterator<InboxRecipient> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static InboxRecipient |
create(HashMap<String,Object> parameters)
Parameters:
inbox_id (required) - int64 - Inbox to share.
|
static InboxRecipient |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<InboxRecipient> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<InboxRecipient> |
list(HashMap<String,Object> parameters) |
static ListIterator<InboxRecipient> |
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 inboxId
public Boolean shareAfterCreate
public void save()
throws IOException
IOExceptionpublic static ListIterator<InboxRecipient> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRecipient> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRecipient> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRecipient> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxRecipient> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static InboxRecipient create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static InboxRecipient create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.