public class

MailboxItemImpl

extends Object
implements MailboxItem Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.MailboxItemImpl

Summary

Constants
long serialVersionUID
Fields
protected String body
protected ItemContentImpl itemContent
protected RecipientsImpl recipients
protected String subject
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 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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.MailboxItem

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

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 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