|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.shephertz.app42.paas.sdk.java.App42Response
com.shephertz.app42.paas.sdk.java.email.Email
public class Email
This Email object is the value object which contains the properties of Email along with the setter & getter for those properties.
| Nested Class Summary | |
|---|---|
class |
Email.Configuration
An inner class that contains the remaining properties of the Cart. |
| Field Summary | |
|---|---|
java.lang.String |
body
|
java.util.ArrayList<Email.Configuration> |
configList
|
java.lang.String |
from
|
java.lang.String |
subject
|
java.lang.String |
to
|
| Constructor Summary | |
|---|---|
Email()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getBody()
Returns the body of the Email. |
java.util.ArrayList<Email.Configuration> |
getConfigList()
Returns the list of email configuration. |
java.lang.String |
getFrom()
Returns the ID from where the email is received. |
java.lang.String |
getSubject()
Returns the subject of the Email. |
java.lang.String |
getTo()
Returns the ID to whom the email has to be sent. |
void |
setBody(java.lang.String body)
Sets the body of the Email. |
void |
setConfigList(java.util.ArrayList<Email.Configuration> configList)
Sets the configuration of email |
void |
setFrom(java.lang.String from)
Sets the ID from where the email is received. |
void |
setSubject(java.lang.String subject)
Sets the subject of the Email. |
void |
setTo(java.lang.String to)
Sets the ID to whom the email has to be sent. |
| Methods inherited from class com.shephertz.app42.paas.sdk.java.App42Response |
|---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String body
public java.util.ArrayList<Email.Configuration> configList
public java.lang.String from
public java.lang.String subject
public java.lang.String to
| Constructor Detail |
|---|
public Email()
| Method Detail |
|---|
public java.lang.String getBody()
public java.util.ArrayList<Email.Configuration> getConfigList()
public java.lang.String getFrom()
public java.lang.String getSubject()
public java.lang.String getTo()
public void setBody(java.lang.String body)
body - - body of the Email.public void setConfigList(java.util.ArrayList<Email.Configuration> configList)
configList - List of configuration of the emailpublic void setFrom(java.lang.String from)
from - - ID from where the email is received.public void setSubject(java.lang.String subject)
subject - - subject of the Email.public void setTo(java.lang.String to)
to - - ID to whom the email has to be sent.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||