public class InboxUpload extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
Date |
createdAt
Upload date/time
|
InboxRegistration |
inboxRegistration |
String |
path
Upload path.
|
| Constructor and Description |
|---|
InboxUpload() |
InboxUpload(HashMap<String,Object> parameters) |
InboxUpload(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<InboxUpload> |
all() |
static ListIterator<InboxUpload> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<InboxUpload> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<InboxUpload> |
list(HashMap<String,Object> parameters) |
static ListIterator<InboxUpload> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic InboxRegistration inboxRegistration
public String path
public Date createdAt
public static ListIterator<InboxUpload> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxUpload> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxUpload> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxUpload> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<InboxUpload> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.