public class

MailboxItemImpl

extends BaseSchemaEntity
implements MailboxItem
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.MailboxItemImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String body
protected ItemContentImpl itemContent
protected RecipientsImpl recipients
protected String subject
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
MailboxItemImpl()
Public Methods
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.
String getSubject()
Gets the value of the subject property.
void init(XmlPullParser parser)
Inits the.
void setBody(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(String value)
Sets the value of the subject property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.MailboxItem

Constants

private static final long serialVersionUID

Constant Value: -8720504708417425242 (0x86fa8b2bc0a870a6)

Fields

protected String body

protected ItemContentImpl itemContent

protected RecipientsImpl recipients

protected String subject

Public Constructors

public MailboxItemImpl ()

Public Methods

public String getBody ()

Gets the value of the body property.

Returns
  • possible object is String

public ItemContent getItemContent ()

Gets the value of the itemContent property.

Returns

public Recipients getRecipients ()

Gets the value of the recipients property.

Returns

public String getSubject ()

Gets the value of the subject property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setBody (String value)

Sets the value of the body property.

Parameters
value Allowed object is String

public void setItemContent (ItemContent value)

Sets the value of the itemContent property.

Parameters
value Allowed object is ItemContent

public void setRecipients (Recipients value)

Sets the value of the recipients property.

Parameters
value Allowed object is Recipients

public void setSubject (String value)

Sets the value of the subject property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException