java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.CurrentShareImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
author | |||||||||||
comment | |||||||||||
content | |||||||||||
id | |||||||||||
source | |||||||||||
timestamp | |||||||||||
visibility |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the author property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the content property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the source property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Gets the value of the visibility property.
| |||||||||||
Inits the.
| |||||||||||
Sets the value of the author property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the content property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the source property.
| |||||||||||
Sets the value of the timestamp property.
| |||||||||||
Sets the value of the visibility property.
| |||||||||||
To xml.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface com.google.code.linkedinapi.schema.CurrentShare |
Gets the value of the comment property.
Gets the value of the content property.
Content
Gets the value of the id property.
Gets the value of the timestamp property.
Gets the value of the visibility property.
Visibility
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
Sets the value of the author property.
value | Allowed object is
Author
|
---|
Sets the value of the comment property.
value | Allowed object is String |
---|
Sets the value of the content property.
value | Allowed object is
Content
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the source property.
value | Allowed object is
Source
|
---|
Sets the value of the timestamp property.
value | Allowed object is String |
---|
Sets the value of the visibility property.
value | Allowed object is
Visibility
|
---|
To xml.
serializer | The document |
---|
IOException |
---|