java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.MailboxItemImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
body | |||||||||||
itemContent | |||||||||||
recipients | |||||||||||
subject |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.MailboxItem
|
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 |
---|