public interface

OriginalUpdate

implements SchemaEntity
com.google.code.linkedinapi.schema.OriginalUpdate
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>
         <element ref="{}timestamp"/>
         <element ref="{}update-key"/>
         <element ref="{}update-type"/>
         <element ref="{}update-content"/>
         <element ref="{}is-commentable"/>
         <element ref="{}update-comments" minOccurs="0"/>
         <element ref="{}is-likable"/>
         <element ref="{}is-liked"/>
         <element ref="{}num-likes"/>
         <element ref="{}likes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Likes getLikes()
Gets the value of the likes property.
abstract Long getNumLikes()
Gets the value of the numLikes property.
abstract Long getTimestamp()
Gets the value of the timestamp property.
abstract UpdateComments getUpdateComments()
Gets the value of the updateComments property.
abstract UpdateContent getUpdateContent()
Gets the value of the updateContent property.
abstract String getUpdateKey()
Gets the value of the updateKey property.
abstract NetworkUpdateReturnType getUpdateType()
Gets the value of the updateType property.
abstract boolean isIsCommentable()
Gets the value of the isCommentable property.
abstract boolean isIsLikable()
Gets the value of the isLikable property.
abstract boolean isIsLiked()
Gets the value of the isLiked property.
abstract void setIsCommentable(boolean value)
Sets the value of the isCommentable property.
abstract void setIsLikable(boolean value)
Sets the value of the isLikable property.
abstract void setIsLiked(boolean value)
Sets the value of the isLiked property.
abstract void setLikes(Likes value)
Sets the value of the likes property.
abstract void setNumLikes(Long value)
Sets the value of the numLikes property.
abstract void setTimestamp(Long value)
Sets the value of the timestamp property.
abstract void setUpdateComments(UpdateComments value)
Sets the value of the updateComments property.
abstract void setUpdateContent(UpdateContent value)
Sets the value of the updateContent property.
abstract void setUpdateKey(String value)
Sets the value of the updateKey property.
abstract void setUpdateType(NetworkUpdateReturnType value)
Sets the value of the updateType property.

Public Methods

public abstract Likes getLikes ()

Gets the value of the likes property.

Returns
  • possible object is Likes

public abstract Long getNumLikes ()

Gets the value of the numLikes property.

Returns
  • possible object is String

public abstract Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public abstract UpdateComments getUpdateComments ()

Gets the value of the updateComments property.

Returns

public abstract UpdateContent getUpdateContent ()

Gets the value of the updateContent property.

Returns

public abstract String getUpdateKey ()

Gets the value of the updateKey property.

Returns
  • possible object is String

public abstract NetworkUpdateReturnType getUpdateType ()

Gets the value of the updateType property.

Returns

public abstract boolean isIsCommentable ()

Gets the value of the isCommentable property.

public abstract boolean isIsLikable ()

Gets the value of the isLikable property.

public abstract boolean isIsLiked ()

Gets the value of the isLiked property.

public abstract void setIsCommentable (boolean value)

Sets the value of the isCommentable property.

Parameters
value

public abstract void setIsLikable (boolean value)

Sets the value of the isLikable property.

Parameters
value

public abstract void setIsLiked (boolean value)

Sets the value of the isLiked property.

Parameters
value

public abstract void setLikes (Likes value)

Sets the value of the likes property.

Parameters
value Allowed object is Likes

public abstract void setNumLikes (Long value)

Sets the value of the numLikes 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

public abstract void setUpdateComments (UpdateComments value)

Sets the value of the updateComments property.

Parameters
value Allowed object is UpdateComments

public abstract void setUpdateContent (UpdateContent value)

Sets the value of the updateContent property.

Parameters
value Allowed object is UpdateContent

public abstract void setUpdateKey (String value)

Sets the value of the updateKey property.

Parameters
value Allowed object is String

public abstract void setUpdateType (NetworkUpdateReturnType value)

Sets the value of the updateType property.

Parameters
value Allowed object is NetworkUpdateReturnType