public interface

MailboxItem

implements SchemaEntity
com.google.code.linkedinapi.schema.MailboxItem
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract String getBody()
Gets the value of the body property.
abstract ItemContent getItemContent()
Gets the value of the itemContent property.
abstract Recipients getRecipients()
Gets the value of the recipients property.
abstract String getSubject()
Gets the value of the subject property.
abstract void setBody(String value)
Sets the value of the body property.
abstract void setItemContent(ItemContent value)
Sets the value of the itemContent property.
abstract void setRecipients(Recipients value)
Sets the value of the recipients property.
abstract void setSubject(String value)
Sets the value of the subject property.

Public Methods

public abstract String getBody ()

Gets the value of the body property.

Returns
  • possible object is String

public abstract ItemContent getItemContent ()

Gets the value of the itemContent property.

Returns

public abstract Recipients getRecipients ()

Gets the value of the recipients property.

Returns

public abstract String getSubject ()

Gets the value of the subject property.

Returns
  • possible object is String

public abstract void setBody (String value)

Sets the value of the body property.

Parameters
value Allowed object is String

public abstract void setItemContent (ItemContent value)

Sets the value of the itemContent property.

Parameters
value Allowed object is ItemContent

public abstract void setRecipients (Recipients value)

Sets the value of the recipients property.

Parameters
value Allowed object is Recipients

public abstract void setSubject (String value)

Sets the value of the subject property.

Parameters
value Allowed object is String