com.google.code.linkedinapi.schema
Interface Update

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
UpdateImpl, UpdateImpl

public interface Update
extends SchemaEntity

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="{}is-likable"/>
         <element ref="{}is-liked"/>
         <element ref="{}num-likes"/>
         <element ref="{}update-comments" minOccurs="0"/>
         <element ref="{}likes" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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

Method Detail

getTimestamp

java.lang.Long getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

void setTimestamp(java.lang.Long value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

getUpdateKey

java.lang.String getUpdateKey()
Gets the value of the updateKey property.

Returns:
possible object is String

setUpdateKey

void setUpdateKey(java.lang.String value)
Sets the value of the updateKey property.

Parameters:
value - allowed object is String

getUpdateType

NetworkUpdateReturnType getUpdateType()
Gets the value of the updateType property.

Returns:
possible object is NetworkUpdateReturnType

setUpdateType

void setUpdateType(NetworkUpdateReturnType value)
Sets the value of the updateType property.

Parameters:
value - allowed object is NetworkUpdateReturnType

getUpdateContent

UpdateContent getUpdateContent()
Gets the value of the updateContent property.

Returns:
possible object is UpdateContent

setUpdateContent

void setUpdateContent(UpdateContent value)
Sets the value of the updateContent property.

Parameters:
value - allowed object is UpdateContent

isIsCommentable

boolean isIsCommentable()
Gets the value of the isCommentable property.


setIsCommentable

void setIsCommentable(boolean value)
Sets the value of the isCommentable property.


isIsLikable

boolean isIsLikable()
Gets the value of the isLikable property.


setIsLikable

void setIsLikable(boolean value)
Sets the value of the isLikable property.


isIsLiked

boolean isIsLiked()
Gets the value of the isLiked property.


setIsLiked

void setIsLiked(boolean value)
Sets the value of the isLiked property.


getNumLikes

java.lang.Long getNumLikes()
Gets the value of the numLikes property.

Returns:
possible object is String

setNumLikes

void setNumLikes(java.lang.Long value)
Sets the value of the numLikes property.

Parameters:
value - allowed object is String

getUpdateComments

UpdateComments getUpdateComments()
Gets the value of the updateComments property.

Returns:
possible object is UpdateComments

setUpdateComments

void setUpdateComments(UpdateComments value)
Sets the value of the updateComments property.

Parameters:
value - allowed object is UpdateComments

getLikes

Likes getLikes()
Gets the value of the likes property.

Returns:
possible object is Likes

setLikes

void setLikes(Likes value)
Sets the value of the likes property.

Parameters:
value - allowed object is Likes