public class

CurrentShareImpl

extends BaseSchemaEntity
implements CurrentShare
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.CurrentShareImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected AuthorImpl author
protected String comment
protected ContentImpl content
protected String id
protected SourceImpl source
protected Long timestamp
protected VisibilityImpl visibility
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
CurrentShareImpl()
Public Methods
Author getAuthor()
Gets the value of the author property.
String getComment()
Gets the value of the comment property.
Content getContent()
Gets the value of the content property.
String getId()
Gets the value of the id property.
Source getSource()
Gets the value of the source property.
Long getTimestamp()
Gets the value of the timestamp property.
Visibility getVisibility()
Gets the value of the visibility property.
void init(XmlPullParser parser)
Inits the.
void setAuthor(Author value)
Sets the value of the author property.
void setComment(String value)
Sets the value of the comment property.
void setContent(Content value)
Sets the value of the content property.
void setId(String value)
Sets the value of the id property.
void setSource(Source value)
Sets the value of the source property.
void setTimestamp(Long value)
Sets the value of the timestamp property.
void setVisibility(Visibility value)
Sets the value of the visibility 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.CurrentShare

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AuthorImpl author

protected String comment

protected ContentImpl content

protected String id

protected SourceImpl source

protected Long timestamp

protected VisibilityImpl visibility

Public Constructors

public CurrentShareImpl ()

Public Methods

public Author getAuthor ()

Gets the value of the author property.

Returns

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public Content getContent ()

Gets the value of the content property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Source getSource ()

Gets the value of the source property.

Returns

public Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public Visibility getVisibility ()

Gets the value of the visibility property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAuthor (Author value)

Sets the value of the author property.

Parameters
value Allowed object is Author

public void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public void setContent (Content value)

Sets the value of the content property.

Parameters
value Allowed object is Content

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setSource (Source value)

Sets the value of the source property.

Parameters
value Allowed object is Source

public void setTimestamp (Long value)

Sets the value of the timestamp property.

Parameters
value Allowed object is String

public void setVisibility (Visibility value)

Sets the value of the visibility property.

Parameters
value Allowed object is Visibility

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException