|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.MailboxItemImpl
public class MailboxItemImpl
Field Summary | |
---|---|
protected java.lang.String |
body
|
protected ItemContentImpl |
itemContent
|
protected RecipientsImpl |
recipients
|
private static long |
serialVersionUID
|
protected java.lang.String |
subject
|
Constructor Summary | |
---|---|
MailboxItemImpl()
|
Method Summary | |
---|---|
java.lang.String |
getBody()
Gets the value of the body property. |
ItemContent |
getItemContent()
Gets the value of the itemContent property. |
Recipients |
getRecipients()
Gets the value of the recipients property. |
java.lang.String |
getSubject()
Gets the value of the subject property. |
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setItemContent(ItemContent value)
Sets the value of the itemContent property. |
void |
setRecipients(Recipients value)
Sets the value of the recipients property. |
void |
setSubject(java.lang.String value)
Sets the value of the subject property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected RecipientsImpl recipients
protected java.lang.String subject
protected java.lang.String body
protected ItemContentImpl itemContent
Constructor Detail |
---|
public MailboxItemImpl()
Method Detail |
---|
public Recipients getRecipients()
MailboxItem
getRecipients
in interface MailboxItem
Recipients
public void setRecipients(Recipients value)
MailboxItem
setRecipients
in interface MailboxItem
value
- allowed object is
Recipients
public java.lang.String getSubject()
MailboxItem
getSubject
in interface MailboxItem
String
public void setSubject(java.lang.String value)
MailboxItem
setSubject
in interface MailboxItem
value
- allowed object is
String
public java.lang.String getBody()
MailboxItem
getBody
in interface MailboxItem
String
public void setBody(java.lang.String value)
MailboxItem
setBody
in interface MailboxItem
value
- allowed object is
String
public ItemContent getItemContent()
MailboxItem
getItemContent
in interface MailboxItem
ItemContent
public void setItemContent(ItemContent value)
MailboxItem
setItemContent
in interface MailboxItem
value
- allowed object is
ItemContent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |