com.google.code.linkedinapi.schema
Interface MailboxItem

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
MailboxItemImpl, MailboxItemImpl

public interface MailboxItem
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}recipients"/>
         <element ref="{}subject"/>
         <element ref="{}body"/>
         <element ref="{}item-content" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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.
 

Method Detail

getRecipients

Recipients getRecipients()
Gets the value of the recipients property.

Returns:
possible object is Recipients

setRecipients

void setRecipients(Recipients value)
Sets the value of the recipients property.

Parameters:
value - allowed object is Recipients

getSubject

java.lang.String getSubject()
Gets the value of the subject property.

Returns:
possible object is String

setSubject

void setSubject(java.lang.String value)
Sets the value of the subject property.

Parameters:
value - allowed object is String

getBody

java.lang.String getBody()
Gets the value of the body property.

Returns:
possible object is String

setBody

void setBody(java.lang.String value)
Sets the value of the body property.

Parameters:
value - allowed object is String

getItemContent

ItemContent getItemContent()
Gets the value of the itemContent property.

Returns:
possible object is ItemContent

setItemContent

void setItemContent(ItemContent value)
Sets the value of the itemContent property.

Parameters:
value - allowed object is ItemContent