public interface

Share

implements SchemaEntity
com.google.code.linkedinapi.schema.Share
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="{}content" minOccurs="0"/>
         <element ref="{}visibility"/>
         <element ref="{}comment"/>
         <element ref="{}attribution" minOccurs="0"/>
         <element ref="{}id" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Attribution getAttribution()
Gets the value of the attribution property.
abstract String getComment()
Gets the value of the comment property.
abstract Content getContent()
Gets the value of the content property.
abstract String getId()
Gets the value of the id property.
abstract Visibility getVisibility()
Gets the value of the visibility property.
abstract void setAttribution(Attribution value)
Sets the value of the attribution property.
abstract void setComment(String value)
Sets the value of the comment property.
abstract void setContent(Content value)
Sets the value of the content property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setVisibility(Visibility value)
Sets the value of the visibility property.

Public Methods

public abstract Attribution getAttribution ()

Gets the value of the attribution property.

Returns

public abstract String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public abstract Content getContent ()

Gets the value of the content property.

Returns

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract Visibility getVisibility ()

Gets the value of the visibility property.

Returns

public abstract void setAttribution (Attribution value)

Sets the value of the attribution property.

Parameters
value Allowed object is Attribution

public abstract void setComment (String value)

Sets the value of the comment property.

Parameters
value Allowed object is String

public abstract void setContent (Content value)

Sets the value of the content property.

Parameters
value Allowed object is Content

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setVisibility (Visibility value)

Sets the value of the visibility property.

Parameters
value Allowed object is Visibility