| java.lang.Object | ||
| ↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
| ↳ | com.google.code.linkedinapi.schema.xpp.UpdateCommentImpl | |
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| comment | |||||||||||
| id | |||||||||||
| person | |||||||||||
| sequenceNumber | |||||||||||
| timestamp | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the comment property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the person property.
| |||||||||||
Gets the value of the sequenceNumber property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Inits the.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the person property.
| |||||||||||
Sets the value of the sequenceNumber property.
| |||||||||||
Sets the value of the timestamp 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.UpdateComment
| |||||||||||
Gets the value of the comment property.
Gets the value of the id property.
Gets the value of the sequenceNumber property.
Gets the value of the timestamp property.
Inits the.
| parser | The element |
|---|
| IOException | |
|---|---|
| XmlPullParserException |
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the id property.
| value | Allowed object is String |
|---|
Sets the value of the person property.
| value | Allowed object is
Person
|
|---|
Sets the value of the sequenceNumber property.
| value | Allowed object is String |
|---|
Sets the value of the timestamp property.
| value | Allowed object is String |
|---|
To xml.
| serializer | The document |
|---|
| IOException |
|---|