public class EmailLog extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
cc
CC field of E-Mail
|
String |
deliveryMethod
How was the email delivered?
|
String |
message
Log Message
|
String |
smtpHostname
Customer SMTP Hostname used.
|
String |
smtpIp
Customer SMTP IP address as resolved for use (useful for troubleshooting DNS issues with customer SMTP).
|
String |
status
Status of E-Mail delivery
|
String |
subject
Subject line of E-Mail
|
Date |
timestamp
Start Time of Action
|
String |
to
To field of E-Mail
|
| Constructor and Description |
|---|
EmailLog() |
EmailLog(HashMap<String,Object> parameters) |
EmailLog(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<EmailLog> |
all() |
static ListIterator<EmailLog> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<EmailLog> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<EmailLog> |
list(HashMap<String,Object> parameters) |
static ListIterator<EmailLog> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Date timestamp
public String message
public String status
public String subject
public String to
public String cc
public String deliveryMethod
public String smtpHostname
public String smtpIp
public static ListIterator<EmailLog> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailLog> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailLog> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailLog> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<EmailLog> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.