com.google.code.linkedinapi.schema.UpdateComment |
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> <sequence minOccurs="0"> <element ref="{}id"/> <element ref="{}sequence-number"/> </sequence> <element ref="{}comment"/> <sequence minOccurs="0"> <element ref="{}person"/> <element ref="{}timestamp"/> </sequence> </sequence> </restriction> </complexContent> </complexType>
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.
| |||||||||||
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.
|
Gets the value of the comment property.
Gets the value of the id property.
Gets the value of the person property.
Person
Gets the value of the sequenceNumber property.
Gets the value of the timestamp property.
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 |
---|