public class

ShareImpl

extends Object
implements Share Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.ShareImpl

Summary

Constants
long serialVersionUID
Fields
protected AttributionImpl attribution
protected String comment
protected ContentImpl content
protected String id
protected VisibilityImpl visibility
Public Constructors
ShareImpl()
Public Methods
Attribution getAttribution()
Gets the value of the attribution 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.
Visibility getVisibility()
Gets the value of the visibility property.
void setAttribution(Attribution value)
Sets the value of the attribution 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 setVisibility(Visibility value)
Sets the value of the visibility property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Share

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AttributionImpl attribution

protected String comment

protected ContentImpl content

protected String id

protected VisibilityImpl visibility

Public Constructors

public ShareImpl ()

Public Methods

public Attribution getAttribution ()

Gets the value of the attribution 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 Visibility getVisibility ()

Gets the value of the visibility property.

Returns

public void setAttribution (Attribution value)

Sets the value of the attribution property.

Parameters
value Allowed object is Attribution

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 setVisibility (Visibility value)

Sets the value of the visibility property.

Parameters
value Allowed object is Visibility