org.springframework.social.linkedin.api
Class Recommendation

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Recommendation
All Implemented Interfaces:
Serializable

public class Recommendation
extends LinkedInObject
implements Serializable

Recommendation

See Also:
Serialized Form

Nested Class Summary
static class Recommendation.RecommendationType
           
 
Constructor Summary
Recommendation(String id, String recommendationSnippet, String recommendationText, Recommendation.RecommendationType recommendationType, LinkedInProfile recommender, LinkedInProfile recommendee)
           
 
Method Summary
 String getId()
           
 String getRecommendationSnippet()
           
 String getRecommendationText()
           
 Recommendation.RecommendationType getRecommendationType()
           
 LinkedInProfile getRecommendee()
           
 LinkedInProfile getRecommender()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Recommendation

public Recommendation(String id,
                      String recommendationSnippet,
                      String recommendationText,
                      Recommendation.RecommendationType recommendationType,
                      LinkedInProfile recommender,
                      LinkedInProfile recommendee)
Method Detail

getId

public String getId()

getRecommendationSnippet

public String getRecommendationSnippet()

getRecommendationText

public String getRecommendationText()

getRecommendationType

public Recommendation.RecommendationType getRecommendationType()

getRecommender

public LinkedInProfile getRecommender()

getRecommendee

public LinkedInProfile getRecommendee()