public class EmailIncomingMessage extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
body
Body of the email
|
Date |
createdAt
Message creation date/time
|
Long |
id
Id of the Email Incoming Message
|
Long |
inboxId
Id of the Inbox associated with this message
|
String |
inboxTitle
Title of the Inbox associated with this message
|
String |
message
Message describing the failure
|
String |
sender
Sender of the email
|
String |
senderName
Sender name
|
String |
status
Status of the message
|
| Constructor and Description |
|---|
EmailIncomingMessage() |
EmailIncomingMessage(HashMap<String,Object> parameters) |
EmailIncomingMessage(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<EmailIncomingMessage> |
all() |
static ListIterator<EmailIncomingMessage> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<EmailIncomingMessage> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<EmailIncomingMessage> |
list(HashMap<String,Object> parameters) |
static ListIterator<EmailIncomingMessage> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public Long inboxId
public String sender
public String senderName
public String status
public String body
public String message
public Date createdAt
public String inboxTitle
public static ListIterator<EmailIncomingMessage> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailIncomingMessage> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailIncomingMessage> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailIncomingMessage> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailIncomingMessage> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.