public class

OriginalUpdateImpl

extends BaseSchemaEntity
implements OriginalUpdate
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.OriginalUpdateImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected boolean isCommentable
protected boolean isLikable
protected boolean isLiked
protected LikesImpl likes
protected Long numLikes
protected Long timestamp
protected UpdateCommentsImpl updateComments
protected UpdateContentImpl updateContent
protected String updateKey
protected NetworkUpdateReturnType updateType
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
OriginalUpdateImpl()
Public Methods
Likes getLikes()
Gets the value of the likes property.
Long getNumLikes()
Gets the value of the numLikes property.
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.
String getUpdateKey()
Gets the value of the updateKey property.
NetworkUpdateReturnType getUpdateType()
Gets the value of the updateType property.
void init(XmlPullParser parser)
Inits the.
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(Long value)
Sets the value of the numLikes property.
void setTimestamp(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(String value)
Sets the value of the updateKey property.
void setUpdateType(NetworkUpdateReturnType value)
Sets the value of the updateType property.
void toXml(XmlSerializer serializer)
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.OriginalUpdate

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected boolean isCommentable

protected boolean isLikable

protected boolean isLiked

protected LikesImpl likes

protected Long numLikes

protected Long timestamp

protected UpdateCommentsImpl updateComments

protected UpdateContentImpl updateContent

protected String updateKey

protected NetworkUpdateReturnType updateType

Public Constructors

public OriginalUpdateImpl ()

Public Methods

public Likes getLikes ()

Gets the value of the likes property.

Returns
  • possible object is Likes

public Long getNumLikes ()

Gets the value of the numLikes property.

Returns
  • possible object is String

public Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public UpdateComments getUpdateComments ()

Gets the value of the updateComments property.

Returns

public UpdateContent getUpdateContent ()

Gets the value of the updateContent property.

Returns

public String getUpdateKey ()

Gets the value of the updateKey property.

Returns
  • possible object is String

public NetworkUpdateReturnType getUpdateType ()

Gets the value of the updateType property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public boolean isIsCommentable ()

Gets the value of the isCommentable property.

public boolean isIsLikable ()

Gets the value of the isLikable property.

public boolean isIsLiked ()

Gets the value of the isLiked property.

public void setIsCommentable (boolean value)

Sets the value of the isCommentable property.

Parameters
value

public void setIsLikable (boolean value)

Sets the value of the isLikable property.

Parameters
value

public void setIsLiked (boolean value)

Sets the value of the isLiked property.

Parameters
value

public void setLikes (Likes value)

Sets the value of the likes property.

Parameters
value Allowed object is Likes

public void setNumLikes (Long value)

Sets the value of the numLikes property.

Parameters
value Allowed object is String

public void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String

public void setUpdateComments (UpdateComments value)

Sets the value of the updateComments property.

Parameters
value Allowed object is UpdateComments

public void setUpdateContent (UpdateContent value)

Sets the value of the updateContent property.

Parameters
value Allowed object is UpdateContent

public void setUpdateKey (String value)

Sets the value of the updateKey property.

Parameters
value Allowed object is String

public void setUpdateType (NetworkUpdateReturnType value)

Sets the value of the updateType property.

Parameters
value Allowed object is NetworkUpdateReturnType

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException