com.google.code.linkedinapi.schema.MailboxItem |
Known Indirect Subclasses |
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>
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the body property.
| |||||||||||
Gets the value of the itemContent property.
| |||||||||||
Gets the value of the recipients property.
| |||||||||||
Gets the value of the subject property.
| |||||||||||
Sets the value of the body property.
| |||||||||||
Sets the value of the itemContent property.
| |||||||||||
Sets the value of the recipients property.
| |||||||||||
Sets the value of the subject property.
|
Gets the value of the body property.
Gets the value of the itemContent property.
ItemContent
Gets the value of the recipients property.
Recipients
Gets the value of the subject property.
Sets the value of the body property.
value | Allowed object is String |
---|
Sets the value of the itemContent property.
value | Allowed object is
ItemContent
|
---|
Sets the value of the recipients property.
value | Allowed object is
Recipients
|
---|
Sets the value of the subject property.
value | Allowed object is String |
---|