java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.UpdateImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
isCommentable | |||||||||||
isLikable | |||||||||||
isLiked | |||||||||||
likes | |||||||||||
numLikes | |||||||||||
timestamp | |||||||||||
updateComments | |||||||||||
updateContent | |||||||||||
updateKey | |||||||||||
updateType |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the likes property.
| |||||||||||
Gets the value of the numLikes property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Gets the value of the updateComments property.
| |||||||||||
Gets the value of the updateContent property.
| |||||||||||
Gets the value of the updateKey property.
| |||||||||||
Gets the value of the updateType property.
| |||||||||||
Inits the.
| |||||||||||
Gets the value of the isCommentable property.
| |||||||||||
Gets the value of the isLikable property.
| |||||||||||
Gets the value of the isLiked property.
| |||||||||||
Sets the value of the isCommentable property.
| |||||||||||
Sets the value of the isLikable property.
| |||||||||||
Sets the value of the isLiked property.
| |||||||||||
Sets the value of the likes property.
| |||||||||||
Sets the value of the numLikes property.
| |||||||||||
Sets the value of the timestamp property.
| |||||||||||
Sets the value of the updateComments property.
| |||||||||||
Sets the value of the updateContent property.
| |||||||||||
Sets the value of the updateKey property.
| |||||||||||
Sets the value of the updateType 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.Update
|
Gets the value of the numLikes property.
Gets the value of the timestamp property.
Gets the value of the updateComments property.
UpdateComments
Gets the value of the updateContent property.
UpdateContent
Gets the value of the updateKey property.
Gets the value of the updateType property.
NetworkUpdateReturnType
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
Gets the value of the isCommentable property.
Gets the value of the isLikable property.
Gets the value of the isLiked property.
Sets the value of the isCommentable property.
value |
---|
Sets the value of the isLikable property.
value |
---|
Sets the value of the isLiked property.
value |
---|
Sets the value of the likes property.
value | Allowed object is
Likes
|
---|
Sets the value of the numLikes property.
value | Allowed object is String |
---|
Sets the value of the timestamp property.
value | Allowed object is String |
---|
Sets the value of the updateComments property.
value | Allowed object is
UpdateComments
|
---|
Sets the value of the updateContent property.
value | Allowed object is
UpdateContent
|
---|
Sets the value of the updateKey property.
value | Allowed object is String |
---|
Sets the value of the updateType property.
value | Allowed object is
NetworkUpdateReturnType
|
---|
To xml.
serializer | The document |
---|
IOException |
---|