public interface

UpdateComment

implements SchemaEntity
com.google.code.linkedinapi.schema.UpdateComment
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract String getComment()
Gets the value of the comment property.
abstract String getId()
Gets the value of the id property.
abstract Person getPerson()
Gets the value of the person property.
abstract Long getSequenceNumber()
Gets the value of the sequenceNumber property.
abstract Long getTimestamp()
Gets the value of the timestamp property.
abstract void setComment(String value)
Sets the value of the comment property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setPerson(Person value)
Sets the value of the person property.
abstract void setSequenceNumber(Long value)
Sets the value of the sequenceNumber property.
abstract void setTimestamp(Long value)
Sets the value of the timestamp property.

Public Methods

public abstract String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract Person getPerson ()

Gets the value of the person property.

Returns

public abstract Long getSequenceNumber ()

Gets the value of the sequenceNumber property.

Returns
  • possible object is String

public abstract Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public abstract void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person

public abstract void setSequenceNumber (Long value)

Sets the value of the sequenceNumber property.

Parameters
value Allowed object is String

public abstract void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String