public interface

CurrentShare

implements SchemaEntity
com.google.code.linkedinapi.schema.CurrentShare
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="{}id"/>
         <element ref="{}timestamp"/>
         <element ref="{}comment"/>
         <element ref="{}content"/>
         <element ref="{}visibility"/>
         <element ref="{}source"/>
         <element ref="{}author"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Author getAuthor()
Gets the value of the author 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 Source getSource()
Gets the value of the source property.
abstract Long getTimestamp()
Gets the value of the timestamp property.
abstract Visibility getVisibility()
Gets the value of the visibility property.
abstract void setAuthor(Author value)
Sets the value of the author 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 setSource(Source value)
Sets the value of the source property.
abstract void setTimestamp(Long value)
Sets the value of the timestamp property.
abstract void setVisibility(Visibility value)
Sets the value of the visibility property.

Public Methods

public abstract Author getAuthor ()

Gets the value of the author 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 Source getSource ()

Gets the value of the source property.

Returns

public abstract Long getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is String

public abstract Visibility getVisibility ()

Gets the value of the visibility property.

Returns

public abstract void setAuthor (Author value)

Sets the value of the author property.

Parameters
value Allowed object is Author

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 setSource (Source value)

Sets the value of the source property.

Parameters
value Allowed object is Source

public abstract void setTimestamp (Long value)

Sets the value of the timestamp 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