public interface

Recommendation

implements SchemaEntity
com.google.code.linkedinapi.schema.Recommendation
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="{}recommendation-type"/>
         <element ref="{}recommendation-text" minOccurs="0"/>
         <element ref="{}recommendation-snippet" minOccurs="0"/>
         <choice>
           <element ref="{}recommender"/>
           <element ref="{}recommendee"/>
         </choice>
         <element ref="{}web-url" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getId()
Gets the value of the id property.
abstract String getRecommendationSnippet()
Gets the value of the recommendationSnippet property.
abstract String getRecommendationText()
Gets the value of the recommendationText property.
abstract RecommendationType getRecommendationType()
Gets the value of the recommendationType property.
abstract Recommendee getRecommendee()
Gets the value of the recommendee property.
abstract Recommender getRecommender()
Gets the value of the recommender property.
abstract String getWebUrl()
Gets the value of the webUrl property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setRecommendationSnippet(String value)
Sets the value of the recommendationSnippet property.
abstract void setRecommendationText(String value)
Sets the value of the recommendationText property.
abstract void setRecommendationType(RecommendationType value)
Sets the value of the recommendationType property.
abstract void setRecommendee(Recommendee value)
Sets the value of the recommendee property.
abstract void setRecommender(Recommender value)
Sets the value of the recommender property.
abstract void setWebUrl(String value)
Sets the value of the webUrl property.

Public Methods

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract String getRecommendationSnippet ()

Gets the value of the recommendationSnippet property.

Returns
  • possible object is String

public abstract String getRecommendationText ()

Gets the value of the recommendationText property.

Returns
  • possible object is String

public abstract RecommendationType getRecommendationType ()

Gets the value of the recommendationType property.

Returns

public abstract Recommendee getRecommendee ()

Gets the value of the recommendee property.

Returns

public abstract Recommender getRecommender ()

Gets the value of the recommender property.

Returns

public abstract String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setRecommendationSnippet (String value)

Sets the value of the recommendationSnippet property.

Parameters
value Allowed object is String

public abstract void setRecommendationText (String value)

Sets the value of the recommendationText property.

Parameters
value Allowed object is String

public abstract void setRecommendationType (RecommendationType value)

Sets the value of the recommendationType property.

Parameters
value Allowed object is RecommendationType

public abstract void setRecommendee (Recommendee value)

Sets the value of the recommendee property.

Parameters
value Allowed object is Recommendee

public abstract void setRecommender (Recommender value)

Sets the value of the recommender property.

Parameters
value Allowed object is Recommender

public abstract void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String